[POWERPC] bootwrapper: Add a fatal error helper
[pandora-kernel.git] / arch / powerpc / boot / ops.h
index 93608b7..ea5368c 100644 (file)
@@ -158,6 +158,8 @@ static inline void exit(void)
                platform_ops.exit();
        for(;;);
 }
+#define fatal(args...) { printf(args); exit(); }
+
 
 #define BSS_STACK(size) \
        static char _bss_stack[size]; \