]> Git Repo - linux.git/blobdiff - arch/ppc/kernel/setup.c
[POWERPC] Distinguish POWER6 partition modes and tell userspace
[linux.git] / arch / ppc / kernel / setup.c
index 27faeca2c7a209438eca4fb394b2ce868ce357c2..3c506af1988085393265aeb5a30c6755b7ce220a 100644 (file)
@@ -313,7 +313,7 @@ early_init(int r3, int r4, int r5)
         * 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),
                          PTRRELOC(&__stop___ftr_fixup));
This page took 0.031336 seconds and 4 git commands to generate.