Re: [patch V2 07/17] x86/entry/64: Remove redundant interrupt disable

From: Alexandre Chartre
Date: Fri Nov 08 2019 - 06:09:03 EST



On 10/23/19 2:27 PM, Thomas Gleixner wrote:
Now that the trap handlers return with interrupts disabled, the
unconditional disabling of interrupts in the low level entry code can be
removed along with the trace calls.

Add debug checks where appropriate.

Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
---
arch/x86/entry/entry_64.S | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)


Reviewed-by: Alexandre Chartre <alexandre.chartre@xxxxxxxxxx>

alex.