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 retrieving revision 1.76 retrieving revision 1.77 diff -u -p -r1.76 -r1.77 --- src/sys/arch/i386/i386/locore.S 2008/06/02 14:41:41 1.76 +++ src/sys/arch/i386/i386/locore.S 2008/06/27 00:41:39 1.77 @@ -1,4 +1,4 @@ -/* $NetBSD: locore.S,v 1.76 2008/06/02 14:41:41 ad Exp $ */ +/* $NetBSD: locore.S,v 1.77 2008/06/27 00:41:39 gmcgarry Exp $ */ /* * Copyright-o-rama! @@ -134,7 +134,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: locore.S,v 1.76 2008/06/02 14:41:41 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: locore.S,v 1.77 2008/06/27 00:41:39 gmcgarry Exp $"); #include "opt_compat_oldboot.h" #include "opt_ddb.h" @@ -648,7 +648,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),%eax - movl %eax,%cr0 # and let's page NOW! + movl %eax,%cr0 # and page NOW! pushl $begin # jump to high mem ret