Message ID | DA41BE1DDCA941489001C7FBD7A8820E3CB410BF@szxeml549-mbx.china.huawei.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff -urN linux-3.7-rc1/arch/arm/mach-exynos/hotplug.c linux/arch/arm/mach-exynos/hotplug.c --- linux-3.7-rc1/arch/arm/mach-exynos/hotplug.c 2012-10-15 05:41:04.000000000 +0800 +++ linux/arch/arm/mach-exynos/hotplug.c 2012-10-15 17:47:28.177103266 +0800 @@ -72,7 +72,7 @@ /* * here's the WFI */ - asm(".word 0xe320f003\n" + asm(".inst 0xe320f003\n" : : : "memory", "cc"); diff -urN linux-3.7-rc1/arch/arm/mach-realview/hotplug.c linux/arch/arm/mach-realview/hotplug.c --- linux-3.7-rc1/arch/arm/mach-realview/hotplug.c 2012-10-15 05:41:04.000000000 +0800 +++ linux/arch/arm/mach-realview/hotplug.c 2012-10-15 17:44:55.915942976 +0800 @@ -64,7 +64,7 @@ /* * here's the WFI */ - asm(".word 0xe320f003\n" + asm(".inst 0xe320f003\n" : : : "memory", "cc"); diff -urN linux-3.7-rc1/arch/arm/mach-shmobile/hotplug.c linux/arch/arm/mach-shmobile/hotplug.c --- linux-3.7-rc1/arch/arm/mach-shmobile/hotplug.c 2012-10-15 05:41:04.000000000 +0800 +++ linux/arch/arm/mach-shmobile/hotplug.c 2012-10-15 17:45:20.509879863 +0800 @@ -39,7 +39,7 @@ /* * here's the WFI */ - asm(".word 0xe320f003\n" + asm(".inst 0xe320f003\n" : : : "memory", "cc");