Page MenuHomeFreeBSD

D12931.diff
No OneTemporary

D12931.diff

Index: head/sys/arm/allwinner/aw_mp.c
===================================================================
--- head/sys/arm/allwinner/aw_mp.c
+++ head/sys/arm/allwinner/aw_mp.c
@@ -83,13 +83,13 @@
#define CPUCFG_DBGCTL0 0x1e0
#define CPUCFG_DBGCTL1 0x1e4
-#define CPUS_CL_RST(cl) (0x30 + (cluster) * 0x4)
-#define CPUX_CL_CTRL0(cl) (0x0 + (cluster) * 0x10)
-#define CPUX_CL_CTRL1(cl) (0x4 + (cluster) * 0x10)
-#define CPUX_CL_CPU_STATUS(cl) (0x30 + (cluster) * 0x4)
-#define CPUX_CL_RST(cl) (0x80 + (cluster) * 0x4)
-#define PRCM_CL_PWROFF(cl) (0x100 + (cluster) * 0x4)
-#define PRCM_CL_PWR_CLAMP(cl, cpu) (0x140 + (cluster) * 0x4 + (cpu) * 0x4)
+#define CPUS_CL_RST(cl) (0x30 + (cl) * 0x4)
+#define CPUX_CL_CTRL0(cl) (0x0 + (cl) * 0x10)
+#define CPUX_CL_CTRL1(cl) (0x4 + (cl) * 0x10)
+#define CPUX_CL_CPU_STATUS(cl) (0x30 + (cl) * 0x4)
+#define CPUX_CL_RST(cl) (0x80 + (cl) * 0x4)
+#define PRCM_CL_PWROFF(cl) (0x100 + (cl) * 0x4)
+#define PRCM_CL_PWR_CLAMP(cl, cpu) (0x140 + (cl) * 0x4 + (cpu) * 0x4)
void
aw_mp_setmaxid(platform_t plat)

File Metadata

Mime Type
text/plain
Expires
Wed, Mar 18, 5:18 AM (11 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29882912
Default Alt Text
D12931.diff (1 KB)

Event Timeline