Re: [patch 4/8] x86/entry: Move irq tracing on syscall entry to C-code

From: Alexandre Chartre
Date: Fri Feb 28 2020 - 04:01:02 EST



On 2/25/20 11:08 PM, Thomas Gleixner wrote:
Now that the C entry points are safe, move the irq flags tracing code into
the entry helper.

Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
---
arch/x86/entry/common.c | 5 +++++
arch/x86/entry/entry_32.S | 12 ------------
arch/x86/entry/entry_64.S | 2 --
arch/x86/entry/entry_64_compat.S | 18 ------------------
4 files changed, 5 insertions(+), 32 deletions(-)


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

alex.