summaryrefslogtreecommitdiffstats
path: root/arch/ppc64/kernel/head.S
diff options
context:
space:
mode:
authorStephen Rothwell2005-09-23 05:42:26 +0200
committerStephen Rothwell2005-09-27 09:24:54 +0200
commit2960eb661a82131b9492cdd1b6500a5f74ccc394 (patch)
treeb5a28da9179cfc0248d74232d1b6fa7d13f8b09c /arch/ppc64/kernel/head.S
parentpowerpc: Move HvLpConfig.c to powerpc arch (diff)
downloadkernel-qcow2-linux-2960eb661a82131b9492cdd1b6500a5f74ccc394.tar.gz
kernel-qcow2-linux-2960eb661a82131b9492cdd1b6500a5f74ccc394.tar.xz
kernel-qcow2-linux-2960eb661a82131b9492cdd1b6500a5f74ccc394.zip
powerpc: Move LparData.c to powerpc platforms
Also rename it to lpardata.c Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'arch/ppc64/kernel/head.S')
-rw-r--r--arch/ppc64/kernel/head.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc64/kernel/head.S b/arch/ppc64/kernel/head.S
index eb526c480b6c..db0cd3587627 100644
--- a/arch/ppc64/kernel/head.S
+++ b/arch/ppc64/kernel/head.S
@@ -1253,7 +1253,7 @@ unrecov_slb:
*
* On iSeries, the hypervisor must fill in at least one entry before
* we get control (with relocate on). The address is give to the hv
- * as a page number (see xLparMap in LparData.c), so this must be at a
+ * as a page number (see xLparMap in lpardata.c), so this must be at a
* fixed address (the linker can't compute (u64)&initial_stab >>
* PAGE_SHIFT).
*/