Re: [patch 05/24] x86/entry/32: Provide macro to emit IDT entry stubs
From: Alexandre Chartre
Date: Fri Feb 28 2020 - 05:34:04 EST
On 2/25/20 11:16 PM, Thomas Gleixner wrote:
32 and 64 bit have unnecessary different ways to populate the exception
entry code. Provide a idtentry macro which allows to consolidate all of
that.
Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
---
arch/x86/entry/entry_32.S | 42 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
Reviewed-by: Alexandre Chartre <alexandre.chartre@xxxxxxxxxx>
alex.