Martin Schwidefsky 616498813b 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>
2013-04-26 09:07:05 +02:00
..
2012-05-16 14:42:41 +02:00
2011-01-05 12:47:31 +01:00
2013-02-25 09:24:55 -05:00
2013-04-17 14:07:25 +02:00
2013-02-14 15:55:24 +01:00
2012-11-23 11:14:31 +01:00
2013-02-28 09:37:13 +01:00
2012-09-26 15:45:21 +02:00
2012-11-06 22:39:51 +01:00
2013-04-26 09:07:01 +02:00
2013-04-26 09:07:01 +02:00
2013-02-25 09:24:55 -05:00
2013-01-08 10:57:10 +01:00
2013-04-17 14:07:28 +02:00