From 14926efa4285d1374897ac03c8eeb1cc948b36d4 Mon Sep 17 00:00:00 2001 From: Martin Schwidefsky Date: Wed, 13 Jan 2010 20:44:28 +0100 Subject: [PATCH] --- yaml --- r: 179272 b: refs/heads/master c: bebf023d415fd8984994a596aaa83cd0a3046d0b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/s390/include/asm/thread_info.h | 12 +++++------- trunk/arch/s390/kernel/process.c | 2 -- trunk/arch/s390/kernel/setup.c | 6 ------ 4 files changed, 6 insertions(+), 16 deletions(-) diff --git a/[refs] b/[refs] index fd2069d09e15..f7b3918aebe8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6f50248ef0efa7453397eb53e41e8aa5df534492 +refs/heads/master: bebf023d415fd8984994a596aaa83cd0a3046d0b diff --git a/trunk/arch/s390/include/asm/thread_info.h b/trunk/arch/s390/include/asm/thread_info.h index 07eb61b2fb3a..66069e736842 100644 --- a/trunk/arch/s390/include/asm/thread_info.h +++ b/trunk/arch/s390/include/asm/thread_info.h @@ -93,13 +93,12 @@ static inline struct thread_info *current_thread_info(void) #define TIF_SYSCALL_AUDIT 9 /* syscall auditing active */ #define TIF_SECCOMP 10 /* secure computing */ #define TIF_SYSCALL_TRACEPOINT 11 /* syscall tracepoint instrumentation */ -#define TIF_USEDFPU 16 /* FPU was used by this task this quantum (SMP) */ -#define TIF_POLLING_NRFLAG 17 /* true if poll_idle() is polling +#define TIF_POLLING_NRFLAG 16 /* true if poll_idle() is polling TIF_NEED_RESCHED */ -#define TIF_31BIT 18 /* 32bit process */ -#define TIF_MEMDIE 19 -#define TIF_RESTORE_SIGMASK 20 /* restore signal mask in do_signal() */ -#define TIF_FREEZE 21 /* thread is freezing for suspend */ +#define TIF_31BIT 17 /* 32bit process */ +#define TIF_MEMDIE 18 +#define TIF_RESTORE_SIGMASK 19 /* restore signal mask in do_signal() */ +#define TIF_FREEZE 20 /* thread is freezing for suspend */ #define _TIF_NOTIFY_RESUME (1<active_mm = &init_mm; BUG_ON(current->mm);