diff options
Diffstat (limited to 'arch/powerpc/boot/ops.h')
-rw-r--r-- | arch/powerpc/boot/ops.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/boot/ops.h b/arch/powerpc/boot/ops.h index 86077066cd7c..aebd6edc9a90 100644 --- a/arch/powerpc/boot/ops.h +++ b/arch/powerpc/boot/ops.h | |||
@@ -191,4 +191,6 @@ static inline void exit(void) | |||
191 | static char _bss_stack[size]; \ | 191 | static char _bss_stack[size]; \ |
192 | void *_platform_stack_top = _bss_stack + sizeof(_bss_stack); | 192 | void *_platform_stack_top = _bss_stack + sizeof(_bss_stack); |
193 | 193 | ||
194 | extern unsigned long timebase_period_ns; | ||
195 | |||
194 | #endif /* _PPC_BOOT_OPS_H_ */ | 196 | #endif /* _PPC_BOOT_OPS_H_ */ |