Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -1
+1 -1
arch/parisc/include/asm/mmu_context.h
··· 34 34 mm->context = 0; 35 35 } 36 36 37 - static inline unsigned long __space_to_prot(mm_context_t ctx) 37 + static inline unsigned long __space_to_prot(mm_context_t context) 38 38 { 39 39 #if SPACEID_SHIFT == 0 40 40 return context << 1;