Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/i386/i386/locore.S,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/i386/i386/locore.S,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.95.4.2 retrieving revision 1.97 diff -u -p -r1.95.4.2 -r1.97 --- src/sys/arch/i386/i386/locore.S 2012/05/23 10:07:44 1.95.4.2 +++ src/sys/arch/i386/i386/locore.S 2012/03/02 16:43:31 1.97 @@ -1,4 +1,4 @@ -/* $NetBSD: locore.S,v 1.95.4.2 2012/05/23 10:07:44 yamt Exp $ */ +/* $NetBSD: locore.S,v 1.97 2012/03/02 16:43:31 bouyer Exp $ */ /* * Copyright-o-rama! @@ -129,7 +129,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: locore.S,v 1.95.4.2 2012/05/23 10:07:44 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: locore.S,v 1.97 2012/03/02 16:43:31 bouyer Exp $"); #include "opt_compat_oldboot.h" #include "opt_ddb.h" @@ -682,7 +682,7 @@ try586: /* Use the `cpuid' instruction. */ movl %cr0,%eax # get control word # enable paging & NPX emulation - orl $(CR0_PE|CR0_PG|CR0_NE|CR0_TS|CR0_EM|CR0_MP|CR0_WP|CR0_AM),%eax + orl $(CR0_PE|CR0_PG|CR0_NE|CR0_TS|CR0_EM|CR0_MP),%eax movl %eax,%cr0 # and page NOW! pushl $begin # jump to high mem