diff options
| author | Alan Cox <alc@FreeBSD.org> | 1999-06-20 04:55:29 +0000 |
|---|---|---|
| committer | Alan Cox <alc@FreeBSD.org> | 1999-06-20 04:55:29 +0000 |
| commit | c2077034654a87e5a0517430c4d0c7d10721e484 (patch) | |
| tree | 367e9ac153be4a55b4d6fa0473c9ba823f4805ee /sys/vm/vm_param.h | |
| parent | 12a7982c451828b27ab2f8c76619dbda77c4e2dd (diff) | |
Notes
Diffstat (limited to 'sys/vm/vm_param.h')
| -rw-r--r-- | sys/vm/vm_param.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/vm/vm_param.h b/sys/vm/vm_param.h index f68c82428753..2f953c69e197 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 <machine/vmparam.h> +#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 |
