hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/arch/arm/mach-spear/hotplug.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * linux/arch/arm/mach-spear13xx/hotplug.c
34 *
....@@ -5,16 +6,14 @@
56 * Deepak Sikri <deepak.sikri@st.com>
67 *
78 * based upon linux/arch/arm/mach-realview/hotplug.c
8
- *
9
- * This program is free software; you can redistribute it and/or modify
10
- * it under the terms of the GNU General Public License version 2 as
11
- * published by the Free Software Foundation.
129 */
1310 #include <linux/kernel.h>
1411 #include <linux/errno.h>
1512 #include <linux/smp.h>
1613 #include <asm/cp15.h>
1714 #include <asm/smp_plat.h>
15
+
16
+#include "generic.h"
1817
1918 static inline void cpu_enter_lowpower(void)
2019 {
....@@ -57,7 +56,7 @@
5756 for (;;) {
5857 wfi();
5958
60
- if (pen_release == cpu) {
59
+ if (spear_pen_release == cpu) {
6160 /*
6261 * OK, proper wakeup, we're done
6362 */