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/lparmap.c | |
parent | 59ce20bb341282d5ecf17fd8b0ac093dd6350e5e (diff) |
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/lparmap.c')
-rw-r--r-- | arch/powerpc/kernel/lparmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/lparmap.c b/arch/powerpc/kernel/lparmap.c index b81de286df5..eded971d1bf 100644 --- a/arch/powerpc/kernel/lparmap.c +++ b/arch/powerpc/kernel/lparmap.c @@ -8,7 +8,7 @@ */ #include <asm/mmu.h> #include <asm/page.h> -#include <asm/iSeries/LparMap.h> +#include <asm/iseries/lpar_map.h> const struct LparMap __attribute__((__section__(".text"))) xLparMap = { .xNumberEsids = HvEsidsToMap, |