aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/genapic_64.h
diff options
context:
space:
mode:
authorSuresh Siddha <suresh.b.siddha@intel.com>2008-07-10 14:16:54 -0400
committerIngo Molnar <mingo@elte.hu>2008-07-12 02:45:03 -0400
commit12a67cf6851871ca8df42025c94f140c303d0f7f (patch)
tree3896e793962d38feed8b7fbd096d3564a9b65796 /include/asm-x86/genapic_64.h
parentcff73a6ffaed726780b001937d2a42efde553922 (diff)
x64, x2apic/intr-remap: x2apic cluster mode support
x2apic cluster mode support. 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/genapic_64.h b/include/asm-x86/genapic_64.h
index 6777d71aabc..23246030587 100644
--- a/include/asm-x86/genapic_64.h
+++ b/include/asm-x86/genapic_64.h
@@ -35,6 +35,7 @@ extern struct genapic *genapic;
35 35
36extern struct genapic apic_flat; 36extern struct genapic apic_flat;
37extern struct genapic apic_physflat; 37extern struct genapic apic_physflat;
38extern struct genapic apic_x2apic_cluster;
38extern int acpi_madt_oem_check(char *, char *); 39extern int acpi_madt_oem_check(char *, char *);
39 40
40extern void apic_send_IPI_self(int vector); 41extern void apic_send_IPI_self(int vector);