[PATCH] cell: enable pause(0) in cpu_idle
[deliverable/linux.git] / include / asm-powerpc / machdep.h
index 32539022f0a401b12bef61a01841c064306ddc45..5348b820788cbdaf5e9dbcbfe97064f12b67b4bd 100644 (file)
@@ -134,7 +134,7 @@ struct machdep_calls {
        void            (*nvram_sync)(void);
 
        /* Exception handlers */
-       void            (*system_reset_exception)(struct pt_regs *regs);
+       int             (*system_reset_exception)(struct pt_regs *regs);
        int             (*machine_check_exception)(struct pt_regs *regs);
 
        /* Motherboard/chipset features. This is a kind of general purpose
This page took 0.029974 seconds and 5 git commands to generate.