aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/prom_init.c
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2005-10-10 22:37:16 +1000
committerPaul Mackerras <paulus@samba.org>2005-10-10 22:37:16 +1000
commitb42b661745c8d78cd3483752fb22cc7420c67f74 (patch)
tree8b1d74f22cce3613039df205d19da912230e21bc /arch/powerpc/kernel/prom_init.c
parentpowerpc: Introduce entry_{32,64}.S, misc_{32,64}.S, systbl.S (diff)
downloadlinux-dev-b42b661745c8d78cd3483752fb22cc7420c67f74.tar.xz
linux-dev-b42b661745c8d78cd3483752fb22cc7420c67f74.zip
powerpc: Make prom_init.c suitable for both 32-bit and 64-bit
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to '')
-rw-r--r--arch/powerpc/kernel/prom_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/prom_init.c b/arch/powerpc/kernel/prom_init.c
index e01cda1454c9..75b487f107c3 100644
--- a/arch/powerpc/kernel/prom_init.c
+++ b/arch/powerpc/kernel/prom_init.c
@@ -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