diff options
| author | Christoph Hellwig <hch@lst.de> | 2019-08-13 09:25:01 +0200 |
|---|---|---|
| committer | Tony Luck <tony.luck@intel.com> | 2019-08-16 11:33:57 -0700 |
| commit | cf07cb1ff4ea008abf06c95878c700cf1dd65c3e (patch) | |
| tree | 2f2f324bfe52f80bbfee2eeee90e5427ea9346b3 /arch/ia64/include/asm/machvec.h | |
| parent | drivers: remove the SGI SN2 IOC4 base support (diff) | |
| download | linux-cf07cb1ff4ea008abf06c95878c700cf1dd65c3e.tar.gz linux-cf07cb1ff4ea008abf06c95878c700cf1dd65c3e.zip | |
ia64: remove support for the SGI SN2 platform
The SGI SN2 (early Altix) is a very non-standard IA64 platform that was
at the very high end of even IA64 hardware, and has been discontinued
a long time ago. Remove it because there no upstream users left, and it
has magic hooks all over the kernel.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lkml.kernel.org/r/20190813072514.23299-16-hch@lst.de
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/include/asm/machvec.h')
| -rw-r--r-- | arch/ia64/include/asm/machvec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/ia64/include/asm/machvec.h b/arch/ia64/include/asm/machvec.h index beae261fbcb4..d657f59d4fb3 100644 --- a/arch/ia64/include/asm/machvec.h +++ b/arch/ia64/include/asm/machvec.h @@ -101,8 +101,6 @@ extern void machvec_timer_interrupt (int, void *); # include <asm/machvec_hpzx1.h> # elif defined (CONFIG_IA64_HP_ZX1_SWIOTLB) # include <asm/machvec_hpzx1_swiotlb.h> -# elif defined (CONFIG_IA64_SGI_SN2) -# include <asm/machvec_sn2.h> # elif defined (CONFIG_IA64_SGI_UV) # include <asm/machvec_uv.h> # elif defined (CONFIG_IA64_GENERIC) |
