diff options
Diffstat (limited to 'arch/powerpc/kernel/setup_32.c')
-rw-r--r-- | arch/powerpc/kernel/setup_32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/setup_32.c b/arch/powerpc/kernel/setup_32.c index 769e511783b0..a4c2964a3ca6 100644 --- a/arch/powerpc/kernel/setup_32.c +++ b/arch/powerpc/kernel/setup_32.c | |||
@@ -103,7 +103,7 @@ unsigned long __init early_init(unsigned long dt_ptr) | |||
103 | */ | 103 | */ |
104 | spec = identify_cpu(offset); | 104 | spec = identify_cpu(offset); |
105 | 105 | ||
106 | do_feature_fixups(offset, spec->cpu_features, | 106 | do_feature_fixups(spec->cpu_features, |
107 | PTRRELOC(&__start___ftr_fixup), | 107 | PTRRELOC(&__start___ftr_fixup), |
108 | PTRRELOC(&__stop___ftr_fixup)); | 108 | PTRRELOC(&__stop___ftr_fixup)); |
109 | 109 | ||