x86: change GET_APIC_ID() from an inline function to an out-of-line function
authorJack Steiner <steiner@sgi.com>
Fri, 28 Mar 2008 19:12:02 +0000 (14:12 -0500)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:41:33 +0000 (17:41 +0200)
commit05f2d12c3563dea8c81b301f9f3cf7919af23b13
treed696f29159d311d8d1fde7f6bd1b01261ca713b9
parenta5c15d419d4b68535222b51f9054dd08d5e67470
x86: change GET_APIC_ID() from an inline function to an out-of-line function

Introduce a function to read the local APIC_ID.

This change is in preparation for additional changes to
the APICID functions that will come in a later patch.

Signed-off-by: Jack Steiner <steiner@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
12 files changed:
arch/x86/kernel/apic_32.c
arch/x86/kernel/apic_64.c
arch/x86/kernel/genapic_flat_64.c
arch/x86/kernel/io_apic_32.c
arch/x86/kernel/io_apic_64.c
arch/x86/kernel/mpparse_32.c
arch/x86/kernel/mpparse_64.c
arch/x86/kernel/smpboot.c
include/asm-x86/mach-default/mach_apic.h
include/asm-x86/mach-es7000/mach_apic.h
include/asm-x86/mach-visws/mach_apic.h
include/asm-x86/smp.h