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.22 retrieving revision 1.23 diff -u -p -r1.22 -r1.23 --- src/sys/arch/i386/i386/locore.S 2004/02/13 11:36:13 1.22 +++ src/sys/arch/i386/i386/locore.S 2004/02/16 17:11:27 1.23 @@ -1,4 +1,4 @@ -/* $NetBSD: locore.S,v 1.22 2004/02/13 11:36:13 wiz Exp $ */ +/* $NetBSD: locore.S,v 1.23 2004/02/16 17:11:27 wiz Exp $ */ /*- * Copyright (c) 1998, 2000 The NetBSD Foundation, Inc. @@ -74,7 +74,6 @@ #include "opt_compat_oldboot.h" #include "opt_cputype.h" #include "opt_ddb.h" -#include "opt_dummy_nops.h" #include "opt_ipkdb.h" #include "opt_lockdebug.h" #include "opt_multiprocessor.h"