Module Name: src
Committed By: para
Date: Thu May 26 16:38:57 UTC 2011
Modified Files:
src/sys/arch/x86/x86: x86_machdep.c
Log Message:
typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/x86/x86/x86_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/x86/x86/x86_machdep.c
diff -u src/sys/arch/x86/x86/x86_machdep.c:1.48 src/sys/arch/x86/x86/x86_machdep.c:1.49
--- src/sys/arch/x86/x86/x86_machdep.c:1.48 Thu May 26 16:29:13 2011
+++ src/sys/arch/x86/x86/x86_machdep.c Thu May 26 16:38:57 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: x86_machdep.c,v 1.48 2011/05/26 16:29:13 para Exp $ */
+/* $NetBSD: x86_machdep.c,v 1.49 2011/05/26 16:38:57 para Exp $ */
/*-
* Copyright (c) 2002, 2006, 2007 YAMAMOTO Takashi,
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: x86_machdep.c,v 1.48 2011/05/26 16:29:13 para Exp $");
+__KERNEL_RCSID(0, "$NetBSD: x86_machdep.c,v 1.49 2011/05/26 16:38:57 para Exp $");
#include "opt_modular.h"
#include "opt_physmem.h"
@@ -202,7 +202,7 @@
userconf_parse(bi->text);
}
}
-#endif /* defined USERCONF) */
+#endif /* defined (USERCONF) */
void
cpu_need_resched(struct cpu_info *ci, int flags)