]> Git Repo - linux.git/commit
remove unused TIF_NOTIFY_RESUME flag
authorStephane Eranian <[email protected]>
Tue, 31 Jul 2007 07:38:00 +0000 (00:38 -0700)
committerLinus Torvalds <[email protected]>
Tue, 31 Jul 2007 22:39:38 +0000 (15:39 -0700)
commita583f1b54249b11ad1ffd14c6e74d28fcbc59c07
tree3220e8baad9631c7d24175f712833aa5a0d468ae
parentcd4f0ef7c03e79f92a883843662e3d0eaae26fb4
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 <[email protected]>
Cc: <[email protected]>
Cc: "Luck, Tony" <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
24 files changed:
arch/arm/kernel/entry-common.S
arch/arm26/kernel/entry.S
arch/ia64/kernel/perfmon.c
arch/powerpc/kernel/entry_64.S
arch/x86_64/kernel/entry.S
include/asm-alpha/thread_info.h
include/asm-arm/thread_info.h
include/asm-arm26/thread_info.h
include/asm-avr32/thread_info.h
include/asm-blackfin/thread_info.h
include/asm-cris/thread_info.h
include/asm-frv/thread_info.h
include/asm-h8300/thread_info.h
include/asm-i386/thread_info.h
include/asm-ia64/thread_info.h
include/asm-m32r/thread_info.h
include/asm-m68knommu/thread_info.h
include/asm-mips/thread_info.h
include/asm-parisc/thread_info.h
include/asm-powerpc/thread_info.h
include/asm-sh/thread_info.h
include/asm-v850/thread_info.h
include/asm-x86_64/thread_info.h
include/asm-xtensa/thread_info.h
This page took 0.085695 seconds and 4 git commands to generate.