[POWERPC] Fix section mismatch in crash_dump.c

WARNING: vmlinux.o(.text+0x23258): Section mismatch: reference to .init.text:.lmb_reserve (between '.reserve_kdump_trampoline' and '.restore_processor_state')

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Stephen Rothwell 2007-08-15 20:53:26 +10:00 committed by Paul Mackerras
parent 553fdff633
commit d56c3aaa9f
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
#define DBG(fmt...)
#endif
void reserve_kdump_trampoline(void)
void __init reserve_kdump_trampoline(void)
{
lmb_reserve(0, KDUMP_RESERVE_LIMIT);
}