Re: [patch V4 part 3 05/29] x86/traps: Split trap numbers out in a seperate header

From: Alexandre Chartre
Date: Thu May 07 2020 - 11:36:22 EST



On 5/5/20 3:43 PM, Thomas Gleixner wrote:
From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>

So they can be used in ASM code. For this it is also necessary to convert
them to defines. Will be used for the rework of the entry code.

Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Reviewed-by: Andy Lutomirski <luto@xxxxxxxxxx>
Reviewed-by: Alexandre Chartre <alexandre.chartre@xxxxxxxxxx>

---
arch/x86/include/asm/trapnr.h | 31 +++++++++++++++++++++++++++++++
arch/x86/include/asm/traps.h | 26 +-------------------------
2 files changed, 32 insertions(+), 25 deletions(-)

typo in subject: "seperate"

alex.