diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-14 03:09:16 -0400 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-14 03:09:16 -0400 |
commit | 0e29bb1a4ef69120a614391a649510010031dd8a (patch) | |
tree | 2795723298f7bd68eedbcb7e01f4673d12fb5258 /arch/powerpc/platforms/iseries/htab.c | |
parent | 20f48ccfa015d8b8391bbf07fc27618453f44969 (diff) |
powerpc: move iSeries/HvCallHpt.h to platforms/iseries/call_hpt.h
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'arch/powerpc/platforms/iseries/htab.c')
-rw-r--r-- | arch/powerpc/platforms/iseries/htab.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/iseries/htab.c b/arch/powerpc/platforms/iseries/htab.c index 431b22767d06..c00b8e9e2b3c 100644 --- a/arch/powerpc/platforms/iseries/htab.c +++ b/arch/powerpc/platforms/iseries/htab.c | |||
@@ -14,10 +14,11 @@ | |||
14 | #include <asm/pgtable.h> | 14 | #include <asm/pgtable.h> |
15 | #include <asm/mmu.h> | 15 | #include <asm/mmu.h> |
16 | #include <asm/mmu_context.h> | 16 | #include <asm/mmu_context.h> |
17 | #include <asm/iSeries/HvCallHpt.h> | ||
18 | #include <asm/abs_addr.h> | 17 | #include <asm/abs_addr.h> |
19 | #include <linux/spinlock.h> | 18 | #include <linux/spinlock.h> |
20 | 19 | ||
20 | #include "call_hpt.h" | ||
21 | |||
21 | static spinlock_t iSeries_hlocks[64] __cacheline_aligned_in_smp = | 22 | static spinlock_t iSeries_hlocks[64] __cacheline_aligned_in_smp = |
22 | { [0 ... 63] = SPIN_LOCK_UNLOCKED}; | 23 | { [0 ... 63] = SPIN_LOCK_UNLOCKED}; |
23 | 24 | ||