]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/boot/ops.h
[POWERPC] bootwrapper: Add a fatal error helper
[linux-2.6-omap-h63xx.git] / arch / powerpc / boot / ops.h
index 93608b772db5b54277f448a614e9d0a66fdfba51..ea5368caca5977c518fe5a6bc63f7037273a082e 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]; \