1
0
Fork 0

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
zero-sugar-mainline-defconfig
steve.wahl@hpe.com 2020-07-13 16:30:01 -05:00 committed by Thomas Gleixner
parent 9b9ee17241
commit f584c75307
1 changed files with 1 additions and 1 deletions

View 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;