commit | 2ba95bcbe68d692f549fb10809f15681a25ff6fb | [log] [tgz] |
---|---|---|
author | Glauber Costa <gcosta@redhat.com> | Thu Mar 27 14:05:57 2008 -0300 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Apr 17 17:41:32 2008 +0200 |
tree | e9d10de6620fff0bd3a2dd8477cc8c1afb840d45 | |
parent | fe874b3edff43f9a74d9903eb3710e5e0511faf1 [diff] |
x86: provide bogus hard_smp_processor_id We provide a bogus macro for x86_64 in case CONFIG_X86_LOCAL_APIC is not set. It will always be set for x86_64, so the effect is just to make the code equal to i386. Signed-off-by: Glauber Costa <gcosta@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>