aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm/mmu_context.h
diff options
context:
space:
mode:
authorKyle McMartin <kyle@mcmartin.ca>2008-12-22 18:58:31 -0500
committerKyle McMartin <kyle@mcmartin.ca>2009-01-05 13:15:25 -0500
commit70da2d96306bea9ab56a1c6907b19f889dcdda5c (patch)
tree13b26c9927c5f015658dc265a663ce5daa5bcd0b /arch/parisc/include/asm/mmu_context.h
parenta60715f58907d4e1db7be6c31fa050c993e119b5 (diff)
parisc: fix braino in commit adding __space_to_prot
Shouldn't commit without building before morning coffee... Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
Diffstat (limited to 'arch/parisc/include/asm/mmu_context.h')
-rw-r--r--arch/parisc/include/asm/mmu_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/include/asm/mmu_context.h b/arch/parisc/include/asm/mmu_context.h
index 93028975e2cf..354b2aca990e 100644
--- a/arch/parisc/include/asm/mmu_context.h
+++ b/arch/parisc/include/asm/mmu_context.h
@@ -34,7 +34,7 @@ destroy_context(struct mm_struct *mm)
34 mm->context = 0; 34 mm->context = 0;
35} 35}
36 36
37static inline unsigned long __space_to_prot(mm_context_t ctx) 37static inline unsigned long __space_to_prot(mm_context_t context)
38{ 38{
39#if SPACEID_SHIFT == 0 39#if SPACEID_SHIFT == 0
40 return context << 1; 40 return context << 1;