diff options
author | Anton Vorontsov <cbouatmailru@gmail.com> | 2012-01-10 17:55:11 +0100 |
---|---|---|
committer | Anton Vorontsov <cbouatmailru@gmail.com> | 2012-01-10 17:55:11 +0100 |
commit | 913272b3864d6da89c70d9fc2c30ccb57794b369 (patch) | |
tree | 4fb0a8ab1b53623d2a8ea200b80a3ace2d271471 /arch/powerpc/kernel/setup_32.c | |
parent | power_supply: Mark da9052 driver as broken (diff) | |
parent | collie_battery: Get rid of irq_to_gpio usage (diff) | |
download | linux-913272b3864d6da89c70d9fc2c30ccb57794b369.tar.xz linux-913272b3864d6da89c70d9fc2c30ccb57794b369.zip |
Merge git://git.infradead.org/users/cbou/battery-urgent
Diffstat (limited to 'arch/powerpc/kernel/setup_32.c')
-rw-r--r-- | arch/powerpc/kernel/setup_32.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/setup_32.c b/arch/powerpc/kernel/setup_32.c index c1ce86357ecb..ac7610815113 100644 --- a/arch/powerpc/kernel/setup_32.c +++ b/arch/powerpc/kernel/setup_32.c @@ -107,6 +107,8 @@ notrace unsigned long __init early_init(unsigned long dt_ptr) PTRRELOC(&__start___lwsync_fixup), PTRRELOC(&__stop___lwsync_fixup)); + do_final_fixups(); + return KERNELBASE + offset; } |