aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/include/asm/uv
diff options
context:
space:
mode:
authorsteve.wahl@hpe.com <steve.wahl@hpe.com>2020-07-13 16:30:01 -0500
committerThomas Gleixner <tglx@linutronix.de>2020-07-17 16:47:46 +0200
commitf584c75307f3b75a83e006b98c5718fc20797851 (patch)
tree5ad14d6faac0c59b379fed737b4d8222e905df22 /arch/x86/include/asm/uv
parentx86/platform/uv: Remove support for uv1 platform from uv_hub (diff)
downloadwireguard-linux-f584c75307f3b75a83e006b98c5718fc20797851.tar.xz
wireguard-linux-f584c75307f3b75a83e006b98c5718fc20797851.zip
x86/platform/uv: Remove support for UV1 platform from uv
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
Diffstat (limited to 'arch/x86/include/asm/uv')
-rw-r--r--arch/x86/include/asm/uv/uv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/uv/uv.h b/arch/x86/include/asm/uv/uv.h
index 3db85626048f..e48aea9ba47d 100644
--- a/arch/x86/include/asm/uv/uv.h
+++ b/arch/x86/include/asm/uv/uv.h
@@ -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;