diff options
author | David Rientjes <rientjes@google.com> | 2014-02-11 17:47:24 -0800 |
---|---|---|
committer | David Rientjes <rientjes@google.com> | 2014-02-11 17:47:48 -0800 |
commit | 58f5d2d44883739e43d57334704b7f16f902e463 (patch) | |
tree | 2220cd379b24ec5b50cf24f8a33afba1b51f5627 /arch/x86/kernel/apic/Makefile | |
parent | dc9788f40a769d967de3eb5a7aee8c1a70094d32 (diff) | |
download | op-kernel-dev-58f5d2d44883739e43d57334704b7f16f902e463.zip op-kernel-dev-58f5d2d44883739e43d57334704b7f16f902e463.tar.gz |
x86, apic: Remove support for ia32-based Unisys ES7000
There should no longer be any ia32-based Unisys ES7000 systems out in
the wild, so remove support for it.
We've done our due diligence in reaching out to any contact information
listed for this system and no indication was given that it should be
kept around.
Signed-off-by: David Rientjes <rientjes@google.com>
Diffstat (limited to 'arch/x86/kernel/apic/Makefile')
-rw-r--r-- | arch/x86/kernel/apic/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic/Makefile b/arch/x86/kernel/apic/Makefile index 0ae0323..7b600c6 100644 --- a/arch/x86/kernel/apic/Makefile +++ b/arch/x86/kernel/apic/Makefile @@ -21,7 +21,6 @@ endif obj-$(CONFIG_X86_NUMAQ) += numaq_32.o obj-$(CONFIG_X86_SUMMIT) += summit_32.o obj-$(CONFIG_X86_BIGSMP) += bigsmp_32.o -obj-$(CONFIG_X86_ES7000) += es7000_32.o # For 32bit, probe_32 need to be listed last obj-$(CONFIG_X86_LOCAL_APIC) += probe_$(BITS).o |