]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/kernel/setup_32.c
Pull ec into test branch
[linux-2.6-omap-h63xx.git] / arch / powerpc / kernel / setup_32.c
index 04df53a3c86dc4b4c78e9407ae509ea602a7518c..61c65d19ef0618409feeedc778077765acc63b0f 100644 (file)
@@ -97,7 +97,7 @@ unsigned long __init early_init(unsigned long dt_ptr)
         * Identify the CPU type and fix up code sections
         * that depend on which cpu we have.
         */
-       spec = identify_cpu(offset);
+       spec = identify_cpu(offset, mfspr(SPRN_PVR));
 
        do_feature_fixups(spec->cpu_features,
                          PTRRELOC(&__start___ftr_fixup),