diff options
author | Suresh Siddha <suresh.b.siddha@intel.com> | 2008-07-10 14:16:59 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-12 02:45:07 -0400 |
commit | 2d9579a124d746a3e0e0ba45e57d80800ee80807 (patch) | |
tree | b95f34d75309ac8ae91c6ff0331731214ae1c93d /include/asm-x86/genapic_64.h | |
parent | 6e1cb38a2aef7680975e71f23de187859ee8b158 (diff) |
x64, x2apic/intr-remap: support for x2apic physical mode support
x2apic Physical mode support. By default we will use x2apic cluster mode.
x2apic physical mode can be selected using "x2apic_phys" boot parameter.
Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
Cc: akpm@linux-foundation.org
Cc: arjan@linux.intel.com
Cc: andi@firstfloor.org
Cc: ebiederm@xmission.com
Cc: jbarnes@virtuousgeek.org
Cc: steiner@sgi.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/genapic_64.h')
-rw-r--r-- | include/asm-x86/genapic_64.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/genapic_64.h b/include/asm-x86/genapic_64.h index 23246030587..122b9242a40 100644 --- a/include/asm-x86/genapic_64.h +++ b/include/asm-x86/genapic_64.h | |||
@@ -36,6 +36,7 @@ extern struct genapic *genapic; | |||
36 | extern struct genapic apic_flat; | 36 | extern struct genapic apic_flat; |
37 | extern struct genapic apic_physflat; | 37 | extern struct genapic apic_physflat; |
38 | extern struct genapic apic_x2apic_cluster; | 38 | extern struct genapic apic_x2apic_cluster; |
39 | extern struct genapic apic_x2apic_phys; | ||
39 | extern int acpi_madt_oem_check(char *, char *); | 40 | extern int acpi_madt_oem_check(char *, char *); |
40 | 41 | ||
41 | extern void apic_send_IPI_self(int vector); | 42 | extern void apic_send_IPI_self(int vector); |