x86/xen: remove 32-bit awareness from startup_xen
authorJuergen Gross <jgross@suse.com>
Thu, 28 Oct 2021 08:12:21 +0000 (10:12 +0200)
committerBoris Ostrovsky <boris.ostrovsky@oracle.com>
Tue, 2 Nov 2021 13:11:02 +0000 (08:11 -0500)
commiteae446b7654f25b2ca42ed0de54d7005e126fdac
tree2f31b0c2db0cf1bfcd71ab7495751ab7daf84ac2
parent3ac876e8b5fc6561c15031b5a56ff1f2e4fa0e5f
x86/xen: remove 32-bit awareness from startup_xen

startup_xen is still 32-bit aware, even if no longer needed.

Replace the register macros by the 64-bit register names for making
it more readable.

Signed-off-by: Juergen Gross <jgross@suse.com>
Link: https://lore.kernel.org/r/20211028081221.2475-5-jgross@suse.com
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
arch/x86/xen/xen-head.S