Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11469
b: refs/heads/master
c: 47db360
h: refs/heads/master
i:
  11467: 569aa12
v: v3
  • Loading branch information
Michael Ellerman authored and Stephen Rothwell committed Sep 23, 2005
1 parent dafe081 commit f3a8cc5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3ab42407fe0628c7880b21eff057566390865319
refs/heads/master: 47db360328582000a7a46390cfa385b8df07b44f
5 changes: 5 additions & 0 deletions trunk/arch/ppc64/kernel/iSeries_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -1052,6 +1052,11 @@ void build_flat_dt(struct iseries_flat_dt *dt)
dt_prop_u64_list(dt, "reg", tmp, 2);
dt_end_node(dt);

/* /chosen */
dt_start_node(dt, "chosen");
dt_prop_u32(dt, "linux,platform", PLATFORM_ISERIES_LPAR);
dt_end_node(dt);

dt_end_node(dt);

dt_push_u32(dt, OF_DT_END);
Expand Down
9 changes: 0 additions & 9 deletions trunk/arch/ppc64/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -543,14 +543,6 @@ void __init setup_system(void)
{
DBG(" -> setup_system()\n");

#ifdef CONFIG_PPC_ISERIES
/* pSeries systems are identified in prom.c via OF. */
if (itLpNaca.xLparInstalled == 1)
systemcfg->platform = PLATFORM_ISERIES_LPAR;

ppc_md.init_early();
#else /* CONFIG_PPC_ISERIES */

/*
* Unflatten the device-tree passed by prom_init or kexec
*/
Expand Down Expand Up @@ -608,7 +600,6 @@ void __init setup_system(void)
strlcpy(saved_command_line, cmd_line, COMMAND_LINE_SIZE);

parse_early_param();
#endif /* !CONFIG_PPC_ISERIES */

#ifdef CONFIG_SMP
/*
Expand Down

0 comments on commit f3a8cc5

Please sign in to comment.