From: Ian Campbell Date: Wed, 4 Apr 2007 14:57:49 +0000 (+0100) Subject: RFLAGS is in a known good state at start of day so no need to explicitly initialize. X-Git-Tag: 3.1.0-branched~78^2~33 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=76de76e0f307eed8830d6a0507afb07a07dbc38e;p=xen.git RFLAGS is in a known good state at start of day so no need to explicitly initialize. Signed-off-by: Ian Campbell --- diff --git a/linux-2.6-xen-sparse/arch/x86_64/kernel/head-xen.S b/linux-2.6-xen-sparse/arch/x86_64/kernel/head-xen.S index ca7fbf5a2b..b88502641a 100644 --- a/linux-2.6-xen-sparse/arch/x86_64/kernel/head-xen.S +++ b/linux-2.6-xen-sparse/arch/x86_64/kernel/head-xen.S @@ -33,9 +33,6 @@ startup_64: ENTRY(_start) movq $(init_thread_union+THREAD_SIZE-8),%rsp - /* zero EFLAGS after setting rsp */ - pushq $0 - popfq /* rsi is pointer to startup info structure. pass it to C */