]> git.baikalelectronics.ru Git - kernel.git/commit
misc/sgi-xp: remove SGI SN2 support
authorChristoph Hellwig <hch@lst.de>
Tue, 13 Aug 2019 07:24:56 +0000 (09:24 +0200)
committerTony Luck <tony.luck@intel.com>
Fri, 16 Aug 2019 18:33:56 +0000 (11:33 -0700)
commitf90c2919ec91a5429f310dbfb869a512146548e3
treef92aef1d51ff426b7a8b47d28313e84eda9dafc5
parent96ce70c8155259d86f2c30d4f8e79a7642da38e2
misc/sgi-xp: remove SGI SN2 support

Note this also marks xp broken on ia64 now, as the UV support, which
was disable in generic kernels before actually never compiled due to
undefined uv_gpa_to_soc_phys_ram and uv_gpa_in_mmr_space symbols since
at least commit 788611c30f99 ("x86: uv: update XPC to handle updated
BIOS interface").

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lkml.kernel.org/r/20190813072514.23299-11-hch@lst.de
Signed-off-by: Tony Luck <tony.luck@intel.com>
14 files changed:
arch/ia64/uv/kernel/setup.c
drivers/misc/Kconfig
drivers/misc/sgi-xp/Makefile
drivers/misc/sgi-xp/xp.h
drivers/misc/sgi-xp/xp_main.c
drivers/misc/sgi-xp/xp_nofault.S [deleted file]
drivers/misc/sgi-xp/xp_sn2.c [deleted file]
drivers/misc/sgi-xp/xp_uv.c
drivers/misc/sgi-xp/xpc.h
drivers/misc/sgi-xp/xpc_main.c
drivers/misc/sgi-xp/xpc_partition.c
drivers/misc/sgi-xp/xpc_sn2.c [deleted file]
drivers/misc/sgi-xp/xpc_uv.c
drivers/misc/sgi-xp/xpnet.c