Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4478c407 authored by Boris Ostrovsky's avatar Boris Ostrovsky Committed by David Vrabel
Browse files

xen/x86: Drop mode-selecting ifdefs in startup_xen()



Use asm/asm.h macros instead.

Signed-off-by: default avatarBoris Ostrovsky <boris.ostrovsky@oracle.com>
Signed-off-by: default avatarDavid Vrabel <david.vrabel@citrix.com>
parent 04b6b4a5
Loading
Loading
Loading
Loading
+3 −7
Original line number Diff line number Diff line
@@ -47,13 +47,9 @@ ENTRY(startup_xen)
	shr $__ASM_SEL(2, 3), %_ASM_CX
	rep __ASM_SIZE(stos)

#ifdef CONFIG_X86_32
	mov %esi,xen_start_info
	mov $init_thread_union+THREAD_SIZE,%esp
#else
	mov %rsi,xen_start_info
	mov $init_thread_union+THREAD_SIZE,%rsp
#endif
	mov %_ASM_SI, xen_start_info
	mov $init_thread_union+THREAD_SIZE, %_ASM_SP

	jmp xen_start_kernel

	__FINIT