From: steve.wahl@hpe.com Date: Mon, 13 Jul 2020 21:30:01 +0000 (-0500) Subject: x86/platform/uv: Remove support for UV1 platform from uv X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f584c75307f3b75a83e006b98c5718fc20797851;p=linux.git x86/platform/uv: Remove support for UV1 platform from uv UV1 is not longer supported by HPE Signed-off-by: Steve Wahl Signed-off-by: Thomas Gleixner Link: https://lkml.kernel.org/r/20200713212955.320087418@hpe.com --- diff --git a/arch/x86/include/asm/uv/uv.h b/arch/x86/include/asm/uv/uv.h index 3db85626048f7..e48aea9ba47de 100644 --- a/arch/x86/include/asm/uv/uv.h +++ b/arch/x86/include/asm/uv/uv.h @@ -4,7 +4,7 @@ #include -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;