diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-14 17:09:16 +1000 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-14 17:09:16 +1000 |
commit | 0e29bb1a4ef69120a614391a649510010031dd8a (patch) | |
tree | 2795723298f7bd68eedbcb7e01f4673d12fb5258 /arch/powerpc/platforms/iseries/htab.c | |
parent | 20f48ccfa015d8b8391bbf07fc27618453f44969 (diff) | |
download | op-kernel-dev-0e29bb1a4ef69120a614391a649510010031dd8a.zip op-kernel-dev-0e29bb1a4ef69120a614391a649510010031dd8a.tar.gz |
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 431b227..c00b8e9 100644 --- a/arch/powerpc/platforms/iseries/htab.c +++ b/arch/powerpc/platforms/iseries/htab.c @@ -14,10 +14,11 @@ #include <asm/pgtable.h> #include <asm/mmu.h> #include <asm/mmu_context.h> -#include <asm/iSeries/HvCallHpt.h> #include <asm/abs_addr.h> #include <linux/spinlock.h> +#include "call_hpt.h" + static spinlock_t iSeries_hlocks[64] __cacheline_aligned_in_smp = { [0 ... 63] = SPIN_LOCK_UNLOCKED}; |