]> Git Repo - linux.git/blobdiff - arch/powerpc/kernel/setup_64.c
[POWERPC] Distinguish POWER6 partition modes and tell userspace
[linux.git] / arch / powerpc / kernel / setup_64.c
index f602a53b1b792906f916337c6e400f500eade513..3733de30e84dc07f6a52df31bf3f4506d31ca3ca 100644 (file)
@@ -171,7 +171,7 @@ void __init setup_paca(int cpu)
 void __init early_setup(unsigned long dt_ptr)
 {
        /* Identify CPU type */
-       identify_cpu(0);
+       identify_cpu(0, mfspr(SPRN_PVR));
 
        /* Assume we're on cpu 0 for now. Don't write to the paca yet! */
        setup_paca(0);
This page took 0.033253 seconds and 4 git commands to generate.