x86/asm/entry/64: Remove redundant DISABLE_INTERRUPTS()
authorDenys Vlasenko <[email protected]>
Tue, 31 Mar 2015 17:00:06 +0000 (19:00 +0200)
committerIngo Molnar <[email protected]>
Wed, 1 Apr 2015 11:17:38 +0000 (13:17 +0200)
At this location, we already have interrupts off, always.
To be more specific, we already disabled them here:

    ret_from_intr:
    DISABLE_INTERRUPTS(CLBR_NONE)

Signed-off-by: Denys Vlasenko <[email protected]>
Cc: Alexei Starovoitov <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Kees Cook <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Oleg Nesterov <[email protected]>
Cc: Steven Rostedt <[email protected]>
Cc: Will Drewry <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/kernel/entry_64.S

index 1879c55bf0f7a02a33ce37b5b02419528e5d100e..9f8d01f1f1b2fae67ff9e14d118052e46a1bd169 100644 (file)
@@ -749,7 +749,6 @@ retint_kernel:
        jmp     exit_intr
 1:
 #endif
-       DISABLE_INTERRUPTS(CLBR_ANY)
        /*
         * The iretq could re-enable interrupts:
         */