public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] x86 old platform removal for v3.15
@ 2014-04-01 18:52 H. Peter Anvin
  2014-04-02  8:01 ` Geert Uytterhoeven
  0 siblings, 1 reply; 3+ messages in thread
From: H. Peter Anvin @ 2014-04-01 18:52 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: hpa, hpa, linux-kernel, mdr, mingo, paul.gortmaker, paulmck,
	pazke, rientjes, tglx

Hi Linus,

This patchset removes support for several completely obsolete
platforms, where the maintainers either have completely vanished or
acked the removal.  For some of them it is questionable if there even
exists functional specimens of the hardware.

The following changes since commit dc9788f40a769d967de3eb5a7aee8c1a70094d32:

  x86/apic: Always define nox2apic and define it as initdata (2014-02-09 15:15:11 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-nuke-platforms-for-linus

for you to fetch changes up to b5660ba76b41af69a0c09d434927bb4b4cadd4b1:

  x86, platforms: Remove NUMAQ (2014-02-27 08:07:39 -0800)

----------------------------------------------------------------
David Rientjes (2):
      x86, apic: Remove support for ia32-based Unisys ES7000
      x86, apic: Remove support for IBM Summit/EXA chipset

H. Peter Anvin (2):
      x86, platforms: Remove SGI Visual Workstation
      x86, platforms: Remove NUMAQ

 Documentation/00-INDEX                 |    2 -
 Documentation/sgi-visws.txt            |   13 -
 Documentation/sound/oss/vwsnd          |  293 ---
 MAINTAINERS                            |    7 -
 arch/x86/Kconfig                       |   82 +-
 arch/x86/Kconfig.cpu                   |    2 +-
 arch/x86/include/asm/fixmap.h          |    6 -
 arch/x86/include/asm/hw_irq.h          |    1 -
 arch/x86/include/asm/mmzone_32.h       |    3 -
 arch/x86/include/asm/mpspec.h          |    6 -
 arch/x86/include/asm/numaq.h           |  171 --
 arch/x86/include/asm/setup.h           |    6 -
 arch/x86/include/asm/visws/cobalt.h    |  127 --
 arch/x86/include/asm/visws/lithium.h   |   53 -
 arch/x86/include/asm/visws/piix4.h     |  107 -
 arch/x86/include/asm/visws/sgivw.h     |    5 -
 arch/x86/kernel/acpi/boot.c            |   12 -
 arch/x86/kernel/apic/Makefile          |    3 -
 arch/x86/kernel/apic/apic.c            |    1 -
 arch/x86/kernel/apic/es7000_32.c       |  738 -------
 arch/x86/kernel/apic/numaq_32.c        |  524 -----
 arch/x86/kernel/apic/summit_32.c       |  550 -----
 arch/x86/kernel/cpu/intel.c            |    4 -
 arch/x86/kernel/setup.c                |    1 -
 arch/x86/mm/numa.c                     |    4 -
 arch/x86/pci/Makefile                  |    3 -
 arch/x86/pci/common.c                  |    5 +-
 arch/x86/pci/numaq_32.c                |  165 --
 arch/x86/pci/visws.c                   |   87 -
 arch/x86/platform/Makefile             |    1 -
 arch/x86/platform/visws/Makefile       |    1 -
 arch/x86/platform/visws/visws_quirks.c |  608 ------
 arch/x86/xen/Kconfig                   |    2 +-
 drivers/clocksource/Makefile           |    1 -
 drivers/clocksource/cyclone.c          |  113 -
 drivers/pci/Makefile                   |    1 -
 drivers/scsi/qla1280.c                 |    7 -
 drivers/video/Kconfig                  |   11 +-
 drivers/video/Makefile                 |    1 -
 drivers/video/gbefb.c                  |    4 -
 drivers/video/logo/Kconfig             |    2 +-
 drivers/video/logo/logo.c              |    2 +-
 drivers/video/sgivwfb.c                |  889 --------
 include/video/sgivw.h                  |  681 -------
 sound/oss/Kconfig                      |    9 -
 sound/oss/Makefile                     |    1 -
 sound/oss/vwsnd.c                      | 3506 --------------------------------
 47 files changed, 15 insertions(+), 8806 deletions(-)

[Full diff not included due to length and general boringness]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] x86 old platform removal for v3.15
  2014-04-01 18:52 [GIT PULL] x86 old platform removal for v3.15 H. Peter Anvin
@ 2014-04-02  8:01 ` Geert Uytterhoeven
  2014-04-02 11:57   ` Paul E. McKenney
  0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2014-04-02  8:01 UTC (permalink / raw)
  To: H. Peter Anvin
  Cc: Linus Torvalds, H. Peter Anvin, linux-kernel@vger.kernel.org, mdr,
	Ingo Molnar, Paul Gortmaker, Paul McKenney, pazke, David Rientjes,
	Thomas Gleixner

On Tue, Apr 1, 2014 at 8:52 PM, H. Peter Anvin <hpa@linux.intel.com> wrote:
> David Rientjes (2):
>       x86, apic: Remove support for ia32-based Unisys ES7000
>       x86, apic: Remove support for IBM Summit/EXA chipset
>
> H. Peter Anvin (2):
>       x86, platforms: Remove SGI Visual Workstation
>       x86, platforms: Remove NUMAQ

Nice try on April the 1st! Nobody's gonna notice ;-)

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] x86 old platform removal for v3.15
  2014-04-02  8:01 ` Geert Uytterhoeven
@ 2014-04-02 11:57   ` Paul E. McKenney
  0 siblings, 0 replies; 3+ messages in thread
From: Paul E. McKenney @ 2014-04-02 11:57 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: H. Peter Anvin, Linus Torvalds, H. Peter Anvin,
	linux-kernel@vger.kernel.org, mdr, Ingo Molnar, Paul Gortmaker,
	pazke, David Rientjes, Thomas Gleixner

On Wed, Apr 02, 2014 at 10:01:00AM +0200, Geert Uytterhoeven wrote:
> On Tue, Apr 1, 2014 at 8:52 PM, H. Peter Anvin <hpa@linux.intel.com> wrote:
> > David Rientjes (2):
> >       x86, apic: Remove support for ia32-based Unisys ES7000
> >       x86, apic: Remove support for IBM Summit/EXA chipset
> >
> > H. Peter Anvin (2):
> >       x86, platforms: Remove SGI Visual Workstation
> >       x86, platforms: Remove NUMAQ
> 
> Nice try on April the 1st! Nobody's gonna notice ;-)

No April fools in NUMAQ -- I gave it my Acked-by some time back.  ;-)

But yes, I don't know of anyone still running recent Linux on one of
those 15-year-old NUMAQ boxes, which by today's standards are old, slow,
and power-hungry.

							Thanx, Paul

> Gr{oetje,eeting}s,
> 
>                         Geert
> 
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
> 
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like that.
>                                 -- Linus Torvalds
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-04-02 11:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-01 18:52 [GIT PULL] x86 old platform removal for v3.15 H. Peter Anvin
2014-04-02  8:01 ` Geert Uytterhoeven
2014-04-02 11:57   ` Paul E. McKenney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox