From: Kyle McMartin Date: Mon, 22 Dec 2008 23:58:31 +0000 (+0000) Subject: parisc: fix braino in commit adding __space_to_prot X-Git-Tag: v2.6.29-rc1~38^2~8 X-Git-Url: http://ftp.safe.ca/?a=commitdiff_plain;h=70da2d96306bea9ab56a1c6907b19f889dcdda5c;p=safe%2Fjmp%2Flinux-2.6 parisc: fix braino in commit adding __space_to_prot Shouldn't commit without building before morning coffee... Signed-off-by: Kyle McMartin --- diff --git a/arch/parisc/include/asm/mmu_context.h b/arch/parisc/include/asm/mmu_context.h index 9302897..354b2ac 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) 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;