dect
/
linux-2.6
Archived
13
0
Fork 0

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

This is obsolete.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
This commit is contained in:
Stephen Rothwell 2005-09-23 15:17:30 +10:00
parent 95b2938008
commit 3d8a66cc9e
1 changed files with 0 additions and 3 deletions

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