From aa61764b70413d3d4c1c15cc23915b1b8bfcc2eb Mon Sep 17 00:00:00 2001 From: alc Date: Sun, 20 Jun 1999 04:55:29 +0000 Subject: Set cnt.v_page_size to PAGE_SIZE rather than DEFAULT_PAGE_SIZE so that "vmstat -s" reports the correct value on the Alpha. Submitted by: Hidetoshi Shimokawa --- sys/vm/vm_param.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/vm/vm_param.h') diff --git a/sys/vm/vm_param.h b/sys/vm/vm_param.h index f68c824..2f953c6 100644 --- a/sys/vm/vm_param.h +++ b/sys/vm/vm_param.h @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_param.h,v 1.8 1997/02/22 09:48:37 peter Exp $ + * $Id: vm_param.h,v 1.9 1998/07/22 06:21:55 phk Exp $ */ /* @@ -73,14 +73,14 @@ #include +#if 0 + /* * The machine independent pages are refered to as PAGES. A page * is some number of hardware pages, depending on the target machine. */ #define DEFAULT_PAGE_SIZE 4096 -#if 0 - /* * All references to the size of a page should be done with PAGE_SIZE * or PAGE_SHIFT. The fact they are variables is hidden here so that -- cgit v1.1