Module Name: src
Committed By: joerg
Date: Wed Jun 2 09:43:13 UTC 2010
Modified Files:
src/sys/arch/x86/x86: x86_machdep.c
Log Message:
Restore PHYSMEM_MAX* options (hi cegger!)
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 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.40 src/sys/arch/x86/x86/x86_machdep.c:1.41
--- src/sys/arch/x86/x86/x86_machdep.c:1.40 Sun Apr 18 23:47:51 2010
+++ src/sys/arch/x86/x86/x86_machdep.c Wed Jun 2 09:43:12 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: x86_machdep.c,v 1.40 2010/04/18 23:47:51 jym Exp $ */
+/* $NetBSD: x86_machdep.c,v 1.41 2010/06/02 09:43:12 joerg Exp $ */
/*-
* Copyright (c) 2002, 2006, 2007 YAMAMOTO Takashi,
@@ -31,9 +31,10 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: x86_machdep.c,v 1.40 2010/04/18 23:47:51 jym Exp $");
+__KERNEL_RCSID(0, "$NetBSD: x86_machdep.c,v 1.41 2010/06/02 09:43:12 joerg Exp $");
#include "opt_modular.h"
+#include "opt_physmem.h"
#include <sys/types.h>
#include <sys/param.h>