Skip to content

Commit f584c75

Browse files
swahlhpeKAGA-KOKO
authored andcommitted
x86/platform/uv: Remove support for UV1 platform from uv
UV1 is not longer supported by HPE Signed-off-by: Steve Wahl <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent 9b9ee17 commit f584c75

File tree

1 file changed

+1
-1
lines changed
  • arch/x86/include/asm/uv

1 file changed

+1
-1
lines changed

arch/x86/include/asm/uv/uv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#include <asm/tlbflush.h>
66

7-
enum uv_system_type {UV_NONE, UV_LEGACY_APIC, UV_X2APIC, UV_NON_UNIQUE_APIC};
7+
enum uv_system_type {UV_NONE, UV_LEGACY_APIC, UV_X2APIC};
88

99
struct cpumask;
1010
struct mm_struct;

0 commit comments

Comments
 (0)