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/powerpc/kernel/entry_64.S | |
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/powerpc/kernel/entry_64.S')
-rw-r--r-- | arch/powerpc/kernel/entry_64.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/entry_64.S b/arch/powerpc/kernel/entry_64.S index 2b66d53dcc55..9ef28da2c7fe 100644 --- a/arch/powerpc/kernel/entry_64.S +++ b/arch/powerpc/kernel/entry_64.S | |||
@@ -546,7 +546,6 @@ END_FW_FTR_SECTION_IFSET(FW_FEATURE_ISERIES) | |||
546 | rfid | 546 | rfid |
547 | b . /* prevent speculative execution */ | 547 | b . /* prevent speculative execution */ |
548 | 548 | ||
549 | /* Note: this must change if we start using the TIF_NOTIFY_RESUME bit */ | ||
550 | do_work: | 549 | do_work: |
551 | #ifdef CONFIG_PREEMPT | 550 | #ifdef CONFIG_PREEMPT |
552 | andi. r0,r3,MSR_PR /* Returning to user mode? */ | 551 | andi. r0,r3,MSR_PR /* Returning to user mode? */ |