From facc9e7bf42e3578d7e7cecf1727f31badeee6bd Mon Sep 17 00:00:00 2001 From: Graeme Russ Date: Tue, 8 Nov 2011 02:33:17 +0000 Subject: x86: Punt cold- and warm-boot flags Nobody uses them anyway Signed-off-by: Graeme Russ Acked-by: Mike Frysinger --- arch/x86/cpu/start.S | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch/x86/cpu/start.S') diff --git a/arch/x86/cpu/start.S b/arch/x86/cpu/start.S index 306fb49..1634eb1 100644 --- a/arch/x86/cpu/start.S +++ b/arch/x86/cpu/start.S @@ -53,8 +53,6 @@ _x86boot_start: movl %eax, %cr0 wbinvd - /* Tell 32-bit code it is being entered from an in-RAM copy */ - movw $GD_FLG_WARM_BOOT, %bx _start: /* This is the 32-bit cold-reset entry point */ -- cgit v1.1