diff options
author | Suresh Siddha <suresh.b.siddha@intel.com> | 2008-07-10 14:16:54 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-12 02:45:03 -0400 |
commit | 12a67cf6851871ca8df42025c94f140c303d0f7f (patch) | |
tree | 3896e793962d38feed8b7fbd096d3564a9b65796 /arch/x86/kernel/Makefile | |
parent | cff73a6ffaed726780b001937d2a42efde553922 (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 'arch/x86/kernel/Makefile')
-rw-r--r-- | arch/x86/kernel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile index 55ff016e9f69..bde3e9b6fec9 100644 --- a/arch/x86/kernel/Makefile +++ b/arch/x86/kernel/Makefile | |||
@@ -95,6 +95,7 @@ obj-$(CONFIG_OLPC) += olpc.o | |||
95 | # 64 bit specific files | 95 | # 64 bit specific files |
96 | ifeq ($(CONFIG_X86_64),y) | 96 | ifeq ($(CONFIG_X86_64),y) |
97 | obj-y += genapic_64.o genapic_flat_64.o genx2apic_uv_x.o tlb_uv.o | 97 | obj-y += genapic_64.o genapic_flat_64.o genx2apic_uv_x.o tlb_uv.o |
98 | obj-y += genx2apic_cluster.o | ||
98 | obj-$(CONFIG_X86_PM_TIMER) += pmtimer_64.o | 99 | obj-$(CONFIG_X86_PM_TIMER) += pmtimer_64.o |
99 | obj-$(CONFIG_AUDIT) += audit_64.o | 100 | obj-$(CONFIG_AUDIT) += audit_64.o |
100 | 101 | ||