]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ppc64 iSeries: Don't create linux,boot-cpu
authorStephen Rothwell <sfr@canb.auug.org.au>
Fri, 23 Sep 2005 05:17:30 +0000 (15:17 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 23 Sep 2005 05:17:30 +0000 (15:17 +1000)
This is obsolete.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
arch/ppc64/kernel/iSeries_setup.c

index cadfc623a8386fab8aac5abbbdc1afb1d23fb70f..9daf734adbd555bd05f9aeacacd8eead78b20b7d 100644 (file)
@@ -953,9 +953,6 @@ void dt_cpus(struct iseries_flat_dt *dt)
 
                dt_prop_u32(dt, "reg", i);
 
-               if (dt->header.boot_cpuid_phys == i)
-                       dt_prop_empty(dt, "linux,boot-cpu");
-
                dt_end_node(dt);
        }