parisc: fix braino in commit adding __space_to_prot
authorKyle McMartin <kyle@mcmartin.ca>
Mon, 22 Dec 2008 23:58:31 +0000 (23:58 +0000)
committerKyle McMartin <kyle@mcmartin.ca>
Mon, 5 Jan 2009 18:15:25 +0000 (18:15 +0000)
Shouldn't commit without building before morning coffee...

Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
arch/parisc/include/asm/mmu_context.h

index 9302897..354b2ac 100644 (file)
@@ -34,7 +34,7 @@ destroy_context(struct mm_struct *mm)
        mm->context = 0;
 }
 
-static inline unsigned long __space_to_prot(mm_context_t ctx)
+static inline unsigned long __space_to_prot(mm_context_t context)
 {
 #if SPACEID_SHIFT == 0
        return context << 1;