Re: [patch V4 part 4 24/24] x86/entry: Convert double fault exception to IDTENTRY_DF
From: Alexandre Chartre
Date: Thu May 07 2020 - 15:57:46 EST
On 5/5/20 3:49 PM, Thomas Gleixner wrote:
Convert #DF to IDTENTRY_DF
- Implement the C entry point with DEFINE_IDTENTRY_DF
- Emit the ASM stub with DECLARE_IDTENTRY_DF on 64bit
- Remove the ASM idtentry in 64bit
- Adjust the 32bit shim code
- Fixup the XEN/PV code
- Remove the old prototyoes
No functional change.
Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
For all patches of part 4:
Reviewed-by: Alexandre Chartre <alexandre.chartre@xxxxxxxxxx>
alex.