diff options
author | Martin Schwidefsky | 2013-04-24 12:58:39 +0200 |
---|---|---|
committer | Martin Schwidefsky | 2013-04-26 09:07:05 +0200 |
commit | 616498813b11ffefe1ed36b9f2e4fd2cdbd22f15 (patch) | |
tree | 1748b3171ab5cf1ada0c0bbeef285352c37edfcd /arch/s390/Kconfig | |
parent | s390: lowcore stack pointer offsets (diff) | |
download | kernel-qcow2-linux-616498813b11ffefe1ed36b9f2e4fd2cdbd22f15.tar.gz kernel-qcow2-linux-616498813b11ffefe1ed36b9f2e4fd2cdbd22f15.tar.xz kernel-qcow2-linux-616498813b11ffefe1ed36b9f2e4fd2cdbd22f15.zip |
s390: system call path micro optimization
Add a pointer to the system call table to the thread_info structure.
The TIF_31BIT bit is set or cleared by SET_PERSONALITY exactly once
for the lifetime of a process. With the pointer to the correct system
call table in thread_info the system call code in entry64.S path can
drop the check for TIF_31BIT which saves a couple of instructions.
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/Kconfig')
0 files changed, 0 insertions, 0 deletions