Skip to content

Commit

Permalink
ppc64 iSeries: Don't create linux,boot-cpu
Browse files Browse the repository at this point in the history
This is obsolete.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
  • Loading branch information
Stephen Rothwell committed Sep 23, 2005
1 parent 95b2938 commit 3d8a66c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/ppc64/kernel/iSeries_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 3d8a66c

Please sign in to comment.