Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86/x86 Restore PHYSMEM_MAX* options (hi cegger!)
details: https://anonhg.NetBSD.org/src/rev/a67f82e0d14a
branches: trunk
changeset: 755345:a67f82e0d14a
user: joerg <joerg%NetBSD.org@localhost>
date: Wed Jun 02 09:43:12 2010 +0000
description:
Restore PHYSMEM_MAX* options (hi cegger!)
diffstat:
sys/arch/x86/x86/x86_machdep.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 2f309f9dca4e -r a67f82e0d14a sys/arch/x86/x86/x86_machdep.c
--- a/sys/arch/x86/x86/x86_machdep.c Wed Jun 02 06:44:32 2010 +0000
+++ b/sys/arch/x86/x86/x86_machdep.c Wed Jun 02 09:43:12 2010 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index