Skip to content

Commit

Permalink
parisc: fix braino in commit adding __space_to_prot
Browse files Browse the repository at this point in the history
Shouldn't commit without building before morning coffee...

Signed-off-by: Kyle McMartin <[email protected]>
  • Loading branch information
jkkm committed Jan 5, 2009
1 parent a60715f commit 70da2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/parisc/include/asm/mmu_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 70da2d9

Please sign in to comment.