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>
This commit is contained in:
committed by
Linus Torvalds
parent
cd4f0ef7c0
commit
a583f1b542
@ -591,13 +591,13 @@ pfm_set_task_notify(struct task_struct *task)
|
||||
struct thread_info *info;
|
||||
|
||||
info = (struct thread_info *) ((char *) task + IA64_TASK_SIZE);
|
||||
set_bit(TIF_NOTIFY_RESUME, &info->flags);
|
||||
set_bit(TIF_PERFMON_WORK, &info->flags);
|
||||
}
|
||||
|
||||
static inline void
|
||||
pfm_clear_task_notify(void)
|
||||
{
|
||||
clear_thread_flag(TIF_NOTIFY_RESUME);
|
||||
clear_thread_flag(TIF_PERFMON_WORK);
|
||||
}
|
||||
|
||||
static inline void
|
||||
|
Reference in New Issue
Block a user