Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/librump/rumpkern adjust comment in previous.
details: https://anonhg.NetBSD.org/src/rev/3340cdad6de7
branches: trunk
changeset: 754759:3340cdad6de7
user: pooka <pooka%NetBSD.org@localhost>
date: Tue May 11 20:25:14 2010 +0000
description:
adjust comment in previous.
XXX: should make that (and physmem) mean something here
diffstat:
sys/rump/librump/rumpkern/emul.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r b8f45dbc6a8d -r 3340cdad6de7 sys/rump/librump/rumpkern/emul.c
--- a/sys/rump/librump/rumpkern/emul.c Tue May 11 20:21:56 2010 +0000
+++ b/sys/rump/librump/rumpkern/emul.c Tue May 11 20:25:14 2010 +0000
@@ -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;
Home |
Main Index |
Thread Index |
Old Index