diff options
author | Stephane Eranian <eranian@hpl.hp.com> | 2007-07-31 03:38:00 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-31 18:39:38 -0400 |
commit | a583f1b54249b11ad1ffd14c6e74d28fcbc59c07 (patch) | |
tree | 3220e8baad9631c7d24175f712833aa5a0d468ae /arch/arm26/kernel | |
parent | cd4f0ef7c03e79f92a883843662e3d0eaae26fb4 (diff) |
remove unused TIF_NOTIFY_RESUME flag
Remove unused TIF_NOTIFY_RESUME flag for all processor architectures. The
flag was not used excecpt on IA-64 where the patch replaces it with
TIF_PERFMON_WORK.
Signed-off-by: stephane eranian <eranian@hpl.hp.com>
Cc: <linux-arch@vger.kernel.org>
Cc: "Luck, Tony" <tony.luck@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/arm26/kernel')
-rw-r--r-- | arch/arm26/kernel/entry.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm26/kernel/entry.S b/arch/arm26/kernel/entry.S index 91496cc687b1..7ffcc6e4770e 100644 --- a/arch/arm26/kernel/entry.S +++ b/arch/arm26/kernel/entry.S | |||
@@ -194,7 +194,7 @@ fast_work_pending: | |||
194 | work_pending: | 194 | work_pending: |
195 | tst r1, #_TIF_NEED_RESCHED | 195 | tst r1, #_TIF_NEED_RESCHED |
196 | bne work_resched | 196 | bne work_resched |
197 | tst r1, #_TIF_NOTIFY_RESUME | _TIF_SIGPENDING | 197 | tst r1, #_TIF_SIGPENDING |
198 | beq no_work_pending | 198 | beq no_work_pending |
199 | mov r0, sp @ 'regs' | 199 | mov r0, sp @ 'regs' |
200 | mov r2, why @ 'syscall' | 200 | mov r2, why @ 'syscall' |