From e13b42aeee93f1662da5f5e83f93304972a3fa6d Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 18 Oct 2009 16:22:45 +0200 Subject: Revert "Fix multiboot compliancy concerning x86 D flag" This reverts commit de00e82b8c4491a4ff3320c0ddd80ac91ed0977b. Flags already get cleared using push/pop a few instructions later. --- i386/i386at/boothdr.S | 1 - 1 file changed, 1 deletion(-) diff --git a/i386/i386at/boothdr.S b/i386/i386at/boothdr.S index 500a492..27d0405 100644 --- a/i386/i386at/boothdr.S +++ b/i386/i386at/boothdr.S @@ -39,7 +39,6 @@ boot_hdr: #endif /* __ELF__ */ boot_entry: - cld /* Switch to our own interrupt stack. */ movl $_intstack+INTSTACK_SIZE,%esp -- cgit v1.2.3