]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: restart: Temporary #error to persuade platform maintainers to take the restart...
authorRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 6 Dec 2011 12:57:02 +0000 (12:57 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 6 Dec 2011 12:57:02 +0000 (12:57 +0000)
Force builds to fail to ensure that platform maintainers take the
restart changes seriously, and sort out fixing their code before the
next merge window.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-gemini/include/mach/system.h
arch/arm/mach-s3c2410/include/mach/system-reset.h
arch/arm/mach-s3c64xx/include/mach/system.h
arch/arm/mach-shmobile/include/mach/system.h
arch/arm/mach-vt8500/include/mach/system.h
arch/arm/plat-samsung/include/plat/system-reset.h
arch/arm/plat-tcc/include/mach/system.h

index 4d9c1f872472a8e89abf73e8f1633990598d95ee..5e68cd41fd4ccc48fcffd836ad2534d2c1fc0ed4 100644 (file)
@@ -28,6 +28,7 @@ static inline void arch_idle(void)
        cpu_do_idle();
 }
 
+#error Fix me up
 static inline void arch_reset(char mode, const char *cmd)
 {
        __raw_writel(RESET_GLOBAL | RESET_CPU1,
index 913893d446502981e6e268b4dc5ac3e9536b3109..ec0cee7924a5ddb02b8fc45a0713be48ac9ce435 100644 (file)
@@ -15,6 +15,7 @@
 
 extern void (*s3c24xx_reset_hook)(void);
 
+#error Fix me up
 static void
 arch_reset(char mode, const char *cmd)
 {
index d8ca5786ba251ea158e6c79b5eee95f49f35943e..e19c58468174fa2505e1dce877b8234d668672b5 100644 (file)
@@ -18,6 +18,7 @@ static void arch_idle(void)
        /* nothing here yet */
 }
 
+#error Fix me up
 static void arch_reset(char mode, const char *cmd)
 {
        if (mode != 's')
index 956ac18ddbf9c58931503e9d0f5410179d3c81cd..3e9f823231cb634b8cc5d83fcbe73d0bfcb8059a 100644 (file)
@@ -6,6 +6,7 @@ static inline void arch_idle(void)
        cpu_do_idle();
 }
 
+#error Fix me up
 static inline void arch_reset(char mode, const char *cmd)
 {
        soft_restart(0);
index d6c757eaf26b2d9dd1312090654869a07f4d2c96..787bcd25c5b3c8691960da8b7fabaf8e46aab8f5 100644 (file)
@@ -12,6 +12,7 @@ static inline void arch_idle(void)
        cpu_do_idle();
 }
 
+#error Fix me up
 static inline void arch_reset(char mode, const char *cmd)
 {
        writel(1, VT8500_PMSR_VIRT);
index a448e990964d4ab45d34afd8015cb4e7f021c9a6..19e0b72870d3f9204776be222584c019a829ffde 100644 (file)
@@ -16,6 +16,7 @@
 
 void (*s5p_reset_hook)(void);
 
+#error Fix me up
 static void arch_reset(char mode, const char *cmd)
 {
        /* SWRESET support in s5p_reset_hook() */
index 909e6035d843da98309be68d50719ec8e1725823..c4fca0126e18f8b04afd909e47d0abdb7a121276 100644 (file)
@@ -23,6 +23,7 @@ static inline void arch_idle(void)
        cpu_do_idle();
 }
 
+#error Fix me up
 static inline void arch_reset(char mode, const char *cmd)
 {
        plat_tcc_reboot();