]> git.baikalelectronics.ru Git - kernel.git/commit
x86/entry/64: Simplify idtentry_body
authorThomas Gleixner <tglx@linutronix.de>
Thu, 21 May 2020 20:05:27 +0000 (22:05 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Jun 2020 13:15:08 +0000 (15:15 +0200)
commitf1ad023e161a3b9929ecd9e3f7d65ddbdef9481b
tree7c47ce63c4b4fee13e134c838417fc40101ceae1
parent597591180d614c6ce0b4d999748d5def58a69861
x86/entry/64: Simplify idtentry_body

All C functions which do not have an error code have been converted to the
new IDTENTRY interface which does not expect an error code in the
arguments. Spare the XORL.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Andy Lutomirski <luto@kernel.org>
Link: https://lore.kernel.org/r/20200521202118.145811853@linutronix.de
arch/x86/entry/entry_64.S