Subject: CVS commit: src/sys/rump/librump/rumpkern
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 01/24/2008 15:02:17
Module Name:	src
Committed By:	pooka
Date:		Thu Jan 24 15:02:17 UTC 2008

Modified Files:
	src/sys/rump/librump/rumpkern: emul.c

Log Message:
Don't use PAGE_SIZE when faking physmem, as it's not always available
at compile-time.  We could init it runtime, but it's just a random
number anyway.


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 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.