https://github.com/torvalds/linux
Revision 0da12a7a81f1e2255e89dc783c565e84801475a2 authored by Aneesh Kumar K.V on 17 June 2017, 14:30:55 UTC, committed by Michael Ellerman on 27 July 2017, 03:05:50 UTC
Fixes: dad6f37c2602e ("powerpc: subpage_protect: Increase the array size to take care of 64TB")
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Tested-by: Ram Pai <linuxram@us.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
1 parent b40b238
Raw File
Tip revision: 0da12a7a81f1e2255e89dc783c565e84801475a2 authored by Aneesh Kumar K.V on 17 June 2017, 14:30:55 UTC
powerpc/mm/hash: Free the subpage_prot_table correctly
Tip revision: 0da12a7
locking-selftest-wsem.h
#undef LOCK
#define LOCK		WSL

#undef UNLOCK
#define UNLOCK		WSU

#undef RLOCK
#define RLOCK		RSL

#undef WLOCK
#define WLOCK		WSL

#undef INIT
#define INIT		RWSI
back to top