On 12.05.20 23:01, Thomas Gleixner wrote:
When PARAVIRT_XXL is in use, then load_gs_index() uses xen_load_gs_index() and (asm_))native_load_gs_index() is unused.It's therefore pointless to use the paravirtualized SWAPGS implementation in asm_native_load_gs_index(). Switch it to a plain swapgs. Signed-off-by: Thomas Gleixner <[email protected]> Cc: Juergen Gross <[email protected]>
Acked-by: Juergen Gross <[email protected]> Juergen

