reboot: move arch/x86 reboot= handling to generic kernel
[deliverable/linux.git] / arch / unicore32 / kernel / process.c
index 93dd035a8c33f3562c5f0702d6197dfc7b58ff95..778ebba808275b68d3d2d1bb8fa6393654aa8147 100644 (file)
@@ -51,16 +51,6 @@ void arch_cpu_idle(void)
        local_irq_enable();
 }
 
-static enum reboot_mode reboot_mode = REBOOT_HARD;
-
-int __init reboot_setup(char *str)
-{
-       if ('s' == str[0])
-               reboot_mode = REBOOT_SOFT;
-       return 1;
-}
-__setup("reboot=", reboot_setup);
-
 void machine_halt(void)
 {
        gpio_set_value(GPO_SOFT_OFF, 0);
This page took 0.026613 seconds and 5 git commands to generate.