]> Git Repo - linux.git/commit
x86/entry/64: Remove unneeded kernel CR3 switching
authorLai Jiangshan <[email protected]>
Sun, 19 Apr 2020 14:40:47 +0000 (14:40 +0000)
committerThomas Gleixner <[email protected]>
Thu, 11 Jun 2020 13:14:31 +0000 (15:14 +0200)
commitc75890700455113c366f795f3d22ee03623835e8
tree637a95b4386d03974a79d7e8b75324ca22232f0d
parent26fa1263b0ba35f01a25f4f7e70ba7c44455d1e3
x86/entry/64: Remove unneeded kernel CR3 switching

When native_load_gs_index() fails on .Lgs_change, CR3 must be kernel
CR3. No need to switch it.

Signed-off-by: Lai Jiangshan <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
arch/x86/entry/entry_64.S
This page took 0.053523 seconds and 4 git commands to generate.