diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-09-23 15:17:30 +1000 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-09-23 15:17:30 +1000 |
commit | 3d8a66cc9ec475baaf22de139deff67ffe8e7cf2 (patch) | |
tree | c878bdc48eac5f9b9035664de93f5bb308579b58 /arch/ppc64 | |
parent | 95b293800859886b602e31c8926a840530a82971 (diff) |
ppc64 iSeries: Don't create linux,boot-cpu
This is obsolete.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'arch/ppc64')
-rw-r--r-- | arch/ppc64/kernel/iSeries_setup.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/ppc64/kernel/iSeries_setup.c b/arch/ppc64/kernel/iSeries_setup.c index cadfc623a83..9daf734adbd 100644 --- a/arch/ppc64/kernel/iSeries_setup.c +++ b/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); } |