diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-09-23 01:17:30 -0400 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-09-23 01:17:30 -0400 |
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 cadfc623a838..9daf734adbd5 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) | |||
953 | 953 | ||
954 | dt_prop_u32(dt, "reg", i); | 954 | dt_prop_u32(dt, "reg", i); |
955 | 955 | ||
956 | if (dt->header.boot_cpuid_phys == i) | ||
957 | dt_prop_empty(dt, "linux,boot-cpu"); | ||
958 | |||
959 | dt_end_node(dt); | 956 | dt_end_node(dt); |
960 | } | 957 | } |
961 | 958 | ||