commit | a1b4f1a5b7f57be2593a9f1fca465a529c95fc07 | [log] [tgz] |
---|---|---|
author | Cyrill Gorcunov <gorcunov@openvz.org> | Sun Jul 05 20:01:54 2009 +0400 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Jul 10 15:58:34 2009 +0200 |
tree | d45346ce6c94dfbf54ddd51004fd5a528bfbcd8a | |
parent | 9ff80942992cd5abd0779c815f310f65b7b83860 [diff] |
x86, ipi: Clean up safe_smp_processor_id() by using the cpu_has_apic() macro helper We already use a lot of cpu_has_ helpers. Lets do here the same for consistency. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Cc: Yinghai Lu <yinghai@kernel.org> LKML-Reference: <20090705160154.GB4791@lenovo> Signed-off-by: Ingo Molnar <mingo@elte.hu>