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.56 retrieving revision 1.57 diff -u -p -r1.56 -r1.57 --- src/sys/arch/i386/i386/locore.S 2007/11/13 18:20:18 1.56 +++ src/sys/arch/i386/i386/locore.S 2007/11/14 17:54:59 1.57 @@ -1,4 +1,4 @@ -/* $NetBSD: locore.S,v 1.56 2007/11/13 18:20:18 ad Exp $ */ +/* $NetBSD: locore.S,v 1.57 2007/11/14 17:54:59 ad Exp $ */ /* * Copyright-o-rama! @@ -111,7 +111,6 @@ */ #include "opt_compat_oldboot.h" -#include "opt_cputype.h" #include "opt_ddb.h" #include "opt_realmem.h" #include "opt_vm86.h"