x86/entry: Move CLD to the start of the idtentry macro
authorLai Jiangshan <jiangshan.ljs@antgroup.com>
Thu, 21 Apr 2022 14:10:51 +0000 (22:10 +0800)
committerBorislav Petkov <bp@suse.de>
Tue, 3 May 2022 10:17:16 +0000 (12:17 +0200)
commitc64cc2802a784ecfd25d39945e57e7a147854a5b
tree47b7c502d256eacb6b5a59e0c67a1d574de5620d
parentee774dac0da1543376a69fd90840af6aa86879b3
x86/entry: Move CLD to the start of the idtentry macro

Move it after CLAC.

Suggested-by: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Lai Jiangshan <jiangshan.ljs@antgroup.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lore.kernel.org/r/20220503032107.680190-5-jiangshanlai@gmail.com
arch/x86/entry/entry_64.S