2020-07-13 21:31:39

by Steve Wahl

[permalink] [raw]
Subject: [patch v3 07/13] x86: Remove support for UV1 platform from uv.h

arch/x86/include/asm/uv/uv.h: remove UV1 support

Signed-off-by: Steve Wahl <[email protected]>
---
arch/x86/include/asm/uv/uv.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- linux.orig/arch/x86/include/asm/uv/uv.h 2020-07-07 10:49:50.189510470 -0500
+++ linux/arch/x86/include/asm/uv/uv.h 2020-07-07 10:56:14.657046402 -0500
@@ -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;


2020-07-17 14:55:10

by tip-bot2 for Jacob Pan

[permalink] [raw]
Subject: [tip: x86/platform] x86/platform/uv: Remove support for UV1 platform from uv

The following commit has been merged into the x86/platform branch of tip:

Commit-ID: f584c75307f3b75a83e006b98c5718fc20797851
Gitweb: https://git.kernel.org/tip/f584c75307f3b75a83e006b98c5718fc20797851
Author: [email protected] <[email protected]>
AuthorDate: Mon, 13 Jul 2020 16:30:01 -05:00
Committer: Thomas Gleixner <[email protected]>
CommitterDate: Fri, 17 Jul 2020 16:47:46 +02:00

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]

---
arch/x86/include/asm/uv/uv.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/include/asm/uv/uv.h b/arch/x86/include/asm/uv/uv.h
index 3db8562..e48aea9 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;