mirror of https://gitee.com/openkylin/linux.git
e0d8e991be
UAMOR values are not application-specific. The kernel initializes
its value based on different reserved keys. Remove the thread-specific
UAMOR value and don't switch the UAMOR on context switch.
Move UAMOR initialization to key initialization code and remove
thread_struct.uamor because it is not used anymore.
Before commit:
|
||
---|---|---|
.. | ||
Makefile | ||
ptrace-adv.c | ||
ptrace-altivec.c | ||
ptrace-decl.h | ||
ptrace-noadv.c | ||
ptrace-novsx.c | ||
ptrace-spe.c | ||
ptrace-tm.c | ||
ptrace-view.c | ||
ptrace-vsx.c | ||
ptrace.c | ||
ptrace32.c |