On 10/23/19 2:27 PM, Thomas Gleixner wrote:
Move the interrupt state verification debug macro to common code and fixup the irqflags and paravirt components so it can be used in 32bit code later. Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> --- arch/x86/entry/calling.h | 12 ++++++++++++ arch/x86/entry/entry_64.S | 12 ------------ arch/x86/include/asm/irqflags.h | 8 ++++++-- arch/x86/include/asm/paravirt.h | 9 +++++---- 4 files changed, 23 insertions(+), 18 deletions(-)
Reviewed-by: Alexandre Chartre <alexandre.chartre@xxxxxxxxxx> alex.