mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
18badddaa8
Before the removal of tt mode, access to a register on the skas-mode side of a pt_regs struct looked like pt_regs.regs.skas.regs.regs[FOO]. This was bad enough, but it became pt_regs.regs.regs.regs[FOO] with the removal of the union from the middle. To get rid of the run of three "regs", the last field is renamed to "gp". Signed-off-by: Jeff Dike <jdike@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> |
||
---|---|---|
.. | ||
bug.c | ||
bugs.c | ||
delay.c | ||
fault.c | ||
ksyms.c | ||
Makefile | ||
mem.c | ||
ptrace_user.c | ||
ptrace.c | ||
setjmp.S | ||
sigcontext.c | ||
signal.c | ||
stub_segv.c | ||
stub.S | ||
syscall_table.c | ||
syscalls.c | ||
sysrq.c | ||
tls.c | ||
um_module.c | ||
user-offsets.c |