diff options
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? */ |