diff options
| author | Kelly Daly <kelly@au.ibm.com> | 2005-11-01 23:02:47 -0500 |
|---|---|---|
| committer | Kelly Daly <kelly@au.ibm.com> | 2005-11-01 23:02:47 -0500 |
| commit | c43a55ff4e55d1bcfdf0cadfe2f00281e156c436 (patch) | |
| tree | b6ca4cd30ab00fa3bb2a6de16b6c76066b0d6ddd | |
| parent | 59ce20bb341282d5ecf17fd8b0ac093dd6350e5e (diff) | |
merge filename and modify references to iseries/lpar_map.h
Signed-off-by: Kelly Daly <kelly@au.ibm.com>
| -rw-r--r-- | arch/powerpc/kernel/head_64.S | 2 | ||||
| -rw-r--r-- | arch/powerpc/kernel/lparmap.c | 2 | ||||
| -rw-r--r-- | arch/powerpc/platforms/iseries/lpardata.c | 2 | ||||
| -rw-r--r-- | arch/powerpc/platforms/iseries/setup.c | 2 | ||||
| -rw-r--r-- | arch/ppc64/kernel/head.S | 2 | ||||
| -rw-r--r-- | include/asm-powerpc/iseries/lpar_map.h (renamed from include/asm-ppc64/iSeries/LparMap.h) | 0 |
6 files changed, 5 insertions, 5 deletions
diff --git a/arch/powerpc/kernel/head_64.S b/arch/powerpc/kernel/head_64.S index 147215a0d6..ba30e3177b 100644 --- a/arch/powerpc/kernel/head_64.S +++ b/arch/powerpc/kernel/head_64.S | |||
| @@ -35,7 +35,7 @@ | |||
| 35 | #include <asm/cputable.h> | 35 | #include <asm/cputable.h> |
| 36 | #include <asm/setup.h> | 36 | #include <asm/setup.h> |
| 37 | #include <asm/hvcall.h> | 37 | #include <asm/hvcall.h> |
| 38 | #include <asm/iSeries/LparMap.h> | 38 | #include <asm/iseries/lpar_map.h> |
| 39 | #include <asm/thread_info.h> | 39 | #include <asm/thread_info.h> |
| 40 | 40 | ||
| 41 | #ifdef CONFIG_PPC_ISERIES | 41 | #ifdef CONFIG_PPC_ISERIES |
diff --git a/arch/powerpc/kernel/lparmap.c b/arch/powerpc/kernel/lparmap.c index b81de286df..eded971d1b 100644 --- a/arch/powerpc/kernel/lparmap.c +++ b/arch/powerpc/kernel/lparmap.c | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | */ | 8 | */ |
| 9 | #include <asm/mmu.h> | 9 | #include <asm/mmu.h> |
| 10 | #include <asm/page.h> | 10 | #include <asm/page.h> |
| 11 | #include <asm/iSeries/LparMap.h> | 11 | #include <asm/iseries/lpar_map.h> |
| 12 | 12 | ||
| 13 | const struct LparMap __attribute__((__section__(".text"))) xLparMap = { | 13 | const struct LparMap __attribute__((__section__(".text"))) xLparMap = { |
| 14 | .xNumberEsids = HvEsidsToMap, | 14 | .xNumberEsids = HvEsidsToMap, |
diff --git a/arch/powerpc/platforms/iseries/lpardata.c b/arch/powerpc/platforms/iseries/lpardata.c index 6cd25b9b5e..608431a226 100644 --- a/arch/powerpc/platforms/iseries/lpardata.c +++ b/arch/powerpc/platforms/iseries/lpardata.c | |||
| @@ -19,7 +19,7 @@ | |||
| 19 | #include <asm/lppaca.h> | 19 | #include <asm/lppaca.h> |
| 20 | #include <asm/iseries/it_lp_reg_save.h> | 20 | #include <asm/iseries/it_lp_reg_save.h> |
| 21 | #include <asm/paca.h> | 21 | #include <asm/paca.h> |
| 22 | #include <asm/iSeries/LparMap.h> | 22 | #include <asm/iseries/lpar_map.h> |
| 23 | #include <asm/iseries/it_exp_vpd_panel.h> | 23 | #include <asm/iseries/it_exp_vpd_panel.h> |
| 24 | #include <asm/iseries/it_lp_queue.h> | 24 | #include <asm/iseries/it_lp_queue.h> |
| 25 | 25 | ||
diff --git a/arch/powerpc/platforms/iseries/setup.c b/arch/powerpc/platforms/iseries/setup.c index 9a9e54b736..758f5b5062 100644 --- a/arch/powerpc/platforms/iseries/setup.c +++ b/arch/powerpc/platforms/iseries/setup.c | |||
| @@ -51,7 +51,7 @@ | |||
| 51 | #include <asm/iseries/it_lp_queue.h> | 51 | #include <asm/iseries/it_lp_queue.h> |
| 52 | #include <asm/iSeries/mf.h> | 52 | #include <asm/iSeries/mf.h> |
| 53 | #include <asm/iseries/hv_lp_event.h> | 53 | #include <asm/iseries/hv_lp_event.h> |
| 54 | #include <asm/iSeries/LparMap.h> | 54 | #include <asm/iseries/lpar_map.h> |
| 55 | 55 | ||
| 56 | #include "setup.h" | 56 | #include "setup.h" |
| 57 | #include "irq.h" | 57 | #include "irq.h" |
diff --git a/arch/ppc64/kernel/head.S b/arch/ppc64/kernel/head.S index 929f9f42cf..0b65efe168 100644 --- a/arch/ppc64/kernel/head.S +++ b/arch/ppc64/kernel/head.S | |||
| @@ -35,7 +35,7 @@ | |||
| 35 | #include <asm/cputable.h> | 35 | #include <asm/cputable.h> |
| 36 | #include <asm/setup.h> | 36 | #include <asm/setup.h> |
| 37 | #include <asm/hvcall.h> | 37 | #include <asm/hvcall.h> |
| 38 | #include <asm/iSeries/LparMap.h> | 38 | #include <asm/iseries/lpar_map.h> |
| 39 | #include <asm/thread_info.h> | 39 | #include <asm/thread_info.h> |
| 40 | 40 | ||
| 41 | #ifdef CONFIG_PPC_ISERIES | 41 | #ifdef CONFIG_PPC_ISERIES |
diff --git a/include/asm-ppc64/iSeries/LparMap.h b/include/asm-powerpc/iseries/lpar_map.h index a6840b186d..a6840b186d 100644 --- a/include/asm-ppc64/iSeries/LparMap.h +++ b/include/asm-powerpc/iseries/lpar_map.h | |||
