Browse Source

ppc64 iSeries: Don't create linux,boot-cpu

This is obsolete.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Stephen Rothwell 20 years ago
parent
commit
3d8a66cc9e
1 changed files with 0 additions and 3 deletions
  1. 0 3
      arch/ppc64/kernel/iSeries_setup.c

+ 0 - 3
arch/ppc64/kernel/iSeries_setup.c

@@ -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);
 	}