Module Name: src
Committed By: pooka
Date: Tue May 11 20:25:14 UTC 2010
Modified Files:
src/sys/rump/librump/rumpkern: emul.c
Log Message:
adjust comment in previous.
XXX: should make that (and physmem) mean something here
To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 src/sys/rump/librump/rumpkern/emul.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/rump/librump/rumpkern/emul.c
diff -u src/sys/rump/librump/rumpkern/emul.c:1.136 src/sys/rump/librump/rumpkern/emul.c:1.137
--- src/sys/rump/librump/rumpkern/emul.c:1.136 Tue May 11 20:21:56 2010
+++ src/sys/rump/librump/rumpkern/emul.c Tue May 11 20:25:14 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: emul.c,v 1.136 2010/05/11 20:21:56 pooka Exp $ */
+/* $NetBSD: emul.c,v 1.137 2010/05/11 20:25:14 pooka Exp $ */
/*
* Copyright (c) 2007 Antti Kantee. All Rights Reserved.
@@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: emul.c,v 1.136 2010/05/11 20:21:56 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: emul.c,v 1.137 2010/05/11 20:25:14 pooka Exp $");
#include <sys/param.h>
#include <sys/null.h>
@@ -67,7 +67,7 @@
struct vnode *rootvp;
dev_t rootdev = NODEV;
int physmem = 256*256; /* 256 * 1024*1024 / 4k, PAGE_SIZE not always set */
-int nkmempages = 256*256/2; /* 256 * 1024*1024 / 4k, PAGE_SIZE not always set */
+int nkmempages = 256*256/2; /* from le chapeau */
const int schedppq = 1;
int hardclock_ticks;
bool mp_online = false;