aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/ops.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/ops.h')
-rw-r--r--arch/powerpc/boot/ops.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/boot/ops.h b/arch/powerpc/boot/ops.h
index 93608b772db5..ea5368caca59 100644
--- a/arch/powerpc/boot/ops.h
+++ b/arch/powerpc/boot/ops.h
@@ -158,6 +158,8 @@ static inline void exit(void)
158 platform_ops.exit(); 158 platform_ops.exit();
159 for(;;); 159 for(;;);
160} 160}
161#define fatal(args...) { printf(args); exit(); }
162
161 163
162#define BSS_STACK(size) \ 164#define BSS_STACK(size) \
163 static char _bss_stack[size]; \ 165 static char _bss_stack[size]; \