Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6448
b: refs/heads/master
c: 2739e8c
h: refs/heads/master
v: v3
  • Loading branch information
David Gibson authored and Paul Mackerras committed Aug 30, 2005
1 parent fee89e2 commit 635844e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 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: b74d0bd53406c23636707565d87ddaa55d315b26
refs/heads/master: 2739e8cf113ce6e931608986a28bab5a42c0acd9
11 changes: 10 additions & 1 deletion trunk/arch/ppc64/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -1269,7 +1269,16 @@ initial_stab:
.= 0x7000
.globl fwnmi_data_area
fwnmi_data_area:
.space PAGE_SIZE

/* iSeries does not use the FWNMI stuff, so it is safe to put
* this here, even if we later allow kernels that will boot on
* both pSeries and iSeries */
#ifdef CONFIG_PPC_ISERIES
. = LPARMAP_PHYS
#include "lparmap.s"
#endif /* CONFIG_PPC_ISERIES */

. = 0x8000

/*
* On pSeries, secondary processors spin in the following code.
Expand Down

0 comments on commit 635844e

Please sign in to comment.