linux/include/asm-x86/mach-default
Yinghai Lu f910a9dc7c x86: make 64bit have get_apic_id
generalize the x2apic code some more.

let read_apic_id become a macro (later on a function/inline)
GET_APIC_ID(apic_read(APIC_ID))

  +#define read_apic_id()  (GET_APIC_ID(apic_read(APIC_ID)))

instead of this weird construct:

  -#define read_apic_id  (genapic->read_apic_id)

Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Cc: Suresh Siddha <suresh.b.siddha@intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-07-13 08:27:46 +02:00
..
apm.h x86: remove more bogus filenames in comments. 2008-01-30 13:30:28 +01:00
do_timer.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
entry_arch.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mach_apic.h x86: make 64bit have get_apic_id 2008-07-13 08:27:46 +02:00
mach_apicdef.h x86: make 64bit have get_apic_id 2008-07-13 08:27:46 +02:00
mach_ipi.h x86: move ipi definitions to mach_ipi.h 2008-04-17 17:41:30 +02:00
mach_mpparse.h x86: remove mpc_oem_bus_info() 2008-04-17 17:41:08 +02:00
mach_mpspec.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
mach_timer.h x86: remove more bogus filenames in comments. 2008-01-30 13:30:28 +01:00
mach_traps.h x86: remove more bogus filenames in comments. 2008-01-30 13:30:28 +01:00
mach_wakecpu.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
pci-functions.h i386/x86_64: move headers to include/asm-x86 2007-10-11 11:20:03 +02:00
setup_arch.h x86: clean up ARCH_SETUP 2008-07-08 13:16:00 +02:00
smpboot_hooks.h x86, VisWS: turn into generic arch, enhance include/asm-x86/mach-default/smpboot_hooks.h 2008-07-10 18:55:35 +02:00