diff options
author | Kelly Daly <kelly@au.ibm.com> | 2005-11-02 15:02:47 +1100 |
---|---|---|
committer | Kelly Daly <kelly@au.ibm.com> | 2005-11-02 15:02:47 +1100 |
commit | c43a55ff4e55d1bcfdf0cadfe2f00281e156c436 (patch) | |
tree | b6ca4cd30ab00fa3bb2a6de16b6c76066b0d6ddd /arch/powerpc/kernel/head_64.S | |
parent | 59ce20bb341282d5ecf17fd8b0ac093dd6350e5e (diff) | |
download | blackbird-op-linux-c43a55ff4e55d1bcfdf0cadfe2f00281e156c436.tar.gz blackbird-op-linux-c43a55ff4e55d1bcfdf0cadfe2f00281e156c436.zip |
merge filename and modify references to iseries/lpar_map.h
Signed-off-by: Kelly Daly <kelly@au.ibm.com>
Diffstat (limited to 'arch/powerpc/kernel/head_64.S')
-rw-r--r-- | arch/powerpc/kernel/head_64.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/head_64.S b/arch/powerpc/kernel/head_64.S index 147215a0d6c0..ba30e3177b05 100644 --- a/arch/powerpc/kernel/head_64.S +++ b/arch/powerpc/kernel/head_64.S @@ -35,7 +35,7 @@ #include <asm/cputable.h> #include <asm/setup.h> #include <asm/hvcall.h> -#include <asm/iSeries/LparMap.h> +#include <asm/iseries/lpar_map.h> #include <asm/thread_info.h> #ifdef CONFIG_PPC_ISERIES |