diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-11-28 12:49:56 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-11-28 12:49:56 +0100 |
commit | 9ee4be4156b1a507f199e750ba2c13ffb6ea9b42 (patch) | |
tree | c92cb39ad1f0be559390c2a995d9aad2b0300b14 /arch/powerpc/kernel/setup_64.c | |
parent | regulator: Convert virtual and userspace regulator consumer drivers to use mo... (diff) | |
parent | regulator: aat2870: Fix the logic of checking if no id is matched in aat2870_... (diff) | |
download | linux-9ee4be4156b1a507f199e750ba2c13ffb6ea9b42.tar.xz linux-9ee4be4156b1a507f199e750ba2c13ffb6ea9b42.zip |
Merge remote-tracking branch 'regulator/for-linus' into regulator-next
Diffstat (limited to 'arch/powerpc/kernel/setup_64.c')
-rw-r--r-- | arch/powerpc/kernel/setup_64.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/setup_64.c b/arch/powerpc/kernel/setup_64.c index 1a9dea80a69b..fb9bb46e7e88 100644 --- a/arch/powerpc/kernel/setup_64.c +++ b/arch/powerpc/kernel/setup_64.c @@ -359,6 +359,7 @@ void __init setup_system(void) &__start___fw_ftr_fixup, &__stop___fw_ftr_fixup); do_lwsync_fixups(cur_cpu_spec->cpu_features, &__start___lwsync_fixup, &__stop___lwsync_fixup); + do_final_fixups(); /* * Unflatten the device-tree passed by prom_init or kexec |