mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-03 00:57:59 +07:00
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>
This commit is contained in:
parent
a60715f589
commit
70da2d9630
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user