diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2020-02-26 01:16:25 +0300 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2020-06-11 16:14:50 +0300 |
commit | be4c11afbb6d5317274e61fda0edf744080fb72b (patch) | |
tree | 21359aa5fefc87041503dda5507e009309c3e323 /drivers/message | |
parent | fd9689bf91131c4bea5ea54f828af5267f5ed6a0 (diff) | |
download | linux-be4c11afbb6d5317274e61fda0edf744080fb72b.tar.xz |
x86/entry: Convert General protection exception to IDTENTRY
Convert #GP to IDTENTRY_ERRORCODE:
- Implement the C entry point with DEFINE_IDTENTRY
- Emit the ASM stub with DECLARE_IDTENTRY
- Remove the ASM idtentry in 64bit
- Remove the open coded ASM entry code in 32bit
- Fixup the XEN/PV code
- Remove the old prototypes
- Remove the RCU warning as the new entry macro ensures correctness
No functional change.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Alexandre Chartre <alexandre.chartre@oracle.com>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Acked-by: Andy Lutomirski <luto@kernel.org>
Link: https://lkml.kernel.org/r/20200505134905.637269946@linutronix.de
Diffstat (limited to 'drivers/message')
0 files changed, 0 insertions, 0 deletions