mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-08 23:04:35 +08:00
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 | ||
ptrace32.c | ||
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 |