Re: [patch 01/24] x86/traps: Split trap numbers out in a seperate header
From: Alexandre Chartre
Date: Fri Feb 28 2020 - 04:40:42 EST
On 2/25/20 11:16 PM, Thomas Gleixner wrote:
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>
---
arch/x86/include/asm/trapnr.h | 31 +++++++++++++++++++++++++++++++
arch/x86/include/asm/traps.h | 26 +-------------------------
2 files changed, 32 insertions(+), 25 deletions(-)
Reviewed-by: Alexandre Chartre <alexandre.chartre@xxxxxxxxxx>
alex.