[PATCH 1/2] vsmp_64: change ownership

From: Czerwacki, Eial
Date: Sun Jun 06 2021 - 03:32:34 EST


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 <eial.czerwacki@xxxxxxx>
---
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 <kiran@xxxxxxxxxxx>,
* Shai Fultheim <shai@xxxxxxxxxxx>
* Paravirt ops integration: Glauber de Oliveira Costa <gcosta@xxxxxxxxxx>,
* Ravikiran Thirumalai <kiran@xxxxxxxxxxx>
+ *
+ * Copyright (C) 2021 SAP.
+ * Eial Czerwacki <eial.czerwacki@xxxxxxx>
*/

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