Commit 70da2d96 authored by Kyle McMartin's avatar Kyle McMartin

parisc: fix braino in commit adding __space_to_prot

Shouldn't commit without building before morning coffee...
Signed-off-by: default avatarKyle McMartin <kyle@mcmartin.ca>
parent a60715f5
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment