提交 b42b6617 编写于 作者: P Paul Mackerras

powerpc: Make prom_init.c suitable for both 32-bit and 64-bit

Signed-off-by: NPaul Mackerras <paulus@samba.org>
上级 9994a338
......@@ -1968,9 +1968,9 @@ unsigned long __init prom_init(unsigned long r3, unsigned long r4,
extern char _stext[];
unsigned long hdr;
u32 getprop_rval;
unsigned long offset = reloc_offset();
#ifdef CONFIG_PPC32
unsigned long offset = reloc_offset();
reloc_got2(offset);
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册