2021-06-06 07:34:13

by Czerwacki, Eial

[permalink] [raw]
Subject: [PATCH 1/2] vsmp_64: change ownership

Ownership of ScaleMP’s IP was acquired by SAP, and the team maintaining this component in the kernel has moved to SAP, hence the change in email address.

Signed-off-by: Eial Czerwacki <[email protected]>
---
arch/x86/kernel/vsmp_64.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/arch/x86/kernel/vsmp_64.c b/arch/x86/kernel/vsmp_64.c
index 796cfaa46bfa..c398af3c1cf3 100644
--- a/arch/x86/kernel/vsmp_64.c
+++ b/arch/x86/kernel/vsmp_64.c
@@ -1,12 +1,15 @@
// SPDX-License-Identifier: GPL-2.0-only
/*
* vSMPowered(tm) systems specific initialization
- * Copyright (C) 2005 ScaleMP Inc.
+ * Copyright (C) 2005 - 2021 ScaleMP Inc.
*
* Ravikiran Thirumalai <[email protected]>,
* Shai Fultheim <[email protected]>
* Paravirt ops integration: Glauber de Oliveira Costa <[email protected]>,
* Ravikiran Thirumalai <[email protected]>
+ *
+ * Copyright (C) 2021 SAP.
+ * Eial Czerwacki <[email protected]>
*/

#include <linux/init.h>
--
2.31.1