x86/platform/uv: Remove support for UV1 platform from uv
authorsteve.wahl@hpe.com <steve.wahl@hpe.com>
Mon, 13 Jul 2020 21:30:01 +0000 (16:30 -0500)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 17 Jul 2020 14:47:46 +0000 (16:47 +0200)
UV1 is not longer supported by HPE

Signed-off-by: Steve Wahl <steve.wahl@hpe.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20200713212955.320087418@hpe.com
arch/x86/include/asm/uv/uv.h

index 3db8562..e48aea9 100644 (file)
@@ -4,7 +4,7 @@
 
 #include <asm/tlbflush.h>
 
-enum uv_system_type {UV_NONE, UV_LEGACY_APIC, UV_X2APIC, UV_NON_UNIQUE_APIC};
+enum uv_system_type {UV_NONE, UV_LEGACY_APIC, UV_X2APIC};
 
 struct cpumask;
 struct mm_struct;