dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/x86/kernel/apic
Paul Gortmaker bb8187d35f MCA: delete all remaining traces of microchannel bus support.
Hardware with MCA bus is limited to 386 and 486 class machines
that are now 20+ years old and typically with less than 32MB
of memory.  A quick search on the internet, and you see that
even the MCA hobbyist/enthusiast community has lost interest
in the early 2000 era and never really even moved ahead from
the 2.4 kernels to the 2.6 series.

This deletes anything remaining related to CONFIG_MCA from core
kernel code and from the x86 architecture.  There is no point in
carrying this any further into the future.

One complication to watch for is inadvertently scooping up
stuff relating to machine check, since there is overlap in
the TLA name space (e.g. arch/x86/boot/mca.c).

Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: James Bottomley <JBottomley@Parallels.com>
Cc: x86@kernel.org
Acked-by: Ingo Molnar <mingo@elte.hu>
Acked-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2012-05-17 19:06:13 -04:00
..
Makefile x86: Add NumaChip support 2011-12-05 17:17:24 +01:00
apic.c x86, apic: APIC code touches invalid MSR on P5 class machines 2012-04-18 09:44:31 -07:00
apic_flat_64.c x86/platform: Move APIC ID validity check into platform APIC code 2012-03-14 09:49:48 +01:00
apic_noop.c x86/platform: Move APIC ID validity check into platform APIC code 2012-03-14 09:49:48 +01:00
apic_numachip.c x86/platform: Remove incorrect error message in x86_default_fixup_cpu_id() 2012-04-16 20:43:43 +02:00
bigsmp_32.c x86/platform: Move APIC ID validity check into platform APIC code 2012-03-14 09:49:48 +01:00
es7000_32.c x86/platform: Move APIC ID validity check into platform APIC code 2012-03-14 09:49:48 +01:00
hw_nmi.c x86, nmi: Wire up NMI handlers to new routines 2011-10-10 06:56:57 +02:00
io_apic.c MCA: delete all remaining traces of microchannel bus support. 2012-05-17 19:06:13 -04:00
ipi.c x86: Always use x86_cpu_to_logical_apicid for cpu -> logical apic id 2011-01-28 14:54:05 +01:00
numaq_32.c x86/platform: Move APIC ID validity check into platform APIC code 2012-03-14 09:49:48 +01:00
probe_32.c x86/platform: Move APIC ID validity check into platform APIC code 2012-03-14 09:49:48 +01:00
probe_64.c x86, apic: Make apic drivers static 2011-05-22 11:48:04 +02:00
summit_32.c x86/platform: Move APIC ID validity check into platform APIC code 2012-03-14 09:49:48 +01:00
x2apic_cluster.c x86/apic: Add separate apic_id_valid() functions for selected apic drivers 2012-03-23 13:28:43 +01:00
x2apic_phys.c x86/apic: Use x2apic physical mode based on FADT setting 2012-04-25 12:47:08 +02:00
x2apic_uv_x.c x86/apic: Add separate apic_id_valid() functions for selected apic drivers 2012-03-23 13:28:43 +01:00