On 2018-08-30 20:35, Borislav Petkov wrote:
+HYGON PROCESSOR SUPPORT
+M: Pu Wen <[email protected]>
+L: [email protected]
This is probably the wrong ML. You either have your own or use lkml,
I'd say.
That's all right, I'll use [email protected] instead.
+++ b/arch/x86/kernel/cpu/hygon.c
@@ -0,0 +1,408 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Hygon Processor Support for Linux
+ *
+ * Copyright (c) Chengdu Haiguang IC Design Co., Ltd.
+ *
+ * Author: 2018 Pu Wen <[email protected]>
Year goes with the copyright.
OK, will change it as below: (in next version of patches)
+ * Copyright (c) 2018 Chengdu Haiguang IC Design Co., Ltd.
+ * Author: Pu Wen <[email protected]>
Thanks,
Pu Wen
Otherwise looks ok.