Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 May 2012 00:12:06 +0000 (17:12 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 May 2012 00:12:06 +0000 (17:12 -0700)
Pull the MCA deletion branch from Paul Gortmaker:
 "It was good that we could support MCA machines back in the day, but
  realistically, nobody is using them anymore.  They were mostly limited
  to 386-sx 16MHz CPU and some 486 class machines and never more than
  64MB of RAM.  Even the enthusiast hobbyist community seems to have
  dried up close to ten years ago, based on what you can find searching
  various websites dedicated to the relatively short lived hardware.

  So lets remove the support relating to CONFIG_MCA.  There is no point
  carrying this forward, wasting cycles doing routine maintenance on it;
  wasting allyesconfig build time on validating it, wasting I/O on git
  grep'ping over it, and so on."

Let's see if anybody screams.  It generally has compiled, and James
Bottomley pointed out that there was a MCA extension from NCR that
allowed for up to 4GB of memory and PPro-class machines.  So in *theory*
there may be users out there.

But even James (technically listed as a maintainer) doesn't actually
have a system, and while Alan Cox claims to have a machine in his cellar
that he offered to anybody who wants to take it off his hands, he didn't
argue for keeping MCA support either.

So we could bring it back.  But somebody had better speak up and talk
about how they have actually been using said MCA hardware with modern
kernels for us to do that.  And David already took the patch to delete
all the networking driver code (commit a5e371f61ad3: "drivers/net:
delete all code/drivers depending on CONFIG_MCA").

* 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux:
  MCA: delete all remaining traces of microchannel bus support.
  scsi: delete the MCA specific drivers and driver code
  serial: delete the MCA specific 8250 support.
  arm: remove ability to select CONFIG_MCA

17 files changed:
1  2 
Documentation/devices.txt
Documentation/kernel-parameters.txt
MAINTAINERS
arch/arm/Kconfig
arch/frv/include/asm/processor.h
arch/x86/Kconfig
arch/x86/kernel/Makefile
arch/x86/kernel/acpi/boot.c
arch/x86/kernel/apic/io_apic.c
arch/x86/kernel/nmi.c
arch/x86/kernel/setup.c
arch/x86/kernel/traps.c
drivers/Makefile
drivers/scsi/Kconfig
drivers/tty/serial/8250/Kconfig
drivers/tty/serial/8250/Makefile
include/linux/serial_8250.h

Simple merge
Simple merge
diff --cc MAINTAINERS
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
@@@ -15,7 -15,5 +15,6 @@@ obj-$(CONFIG_SERIAL_8250_ACCENT)      += 825
  obj-$(CONFIG_SERIAL_8250_BOCA)                += 8250_boca.o
  obj-$(CONFIG_SERIAL_8250_EXAR_ST16C554)       += 8250_exar_st16c554.o
  obj-$(CONFIG_SERIAL_8250_HUB6)                += 8250_hub6.o
- obj-$(CONFIG_SERIAL_8250_MCA)         += 8250_mca.o
  obj-$(CONFIG_SERIAL_8250_FSL)         += 8250_fsl.o
  obj-$(CONFIG_SERIAL_8250_DW)          += 8250_dw.o
 +obj-$(CONFIG_SERIAL_8250_EM)          += 8250_em.o
Simple merge