diff options
| author | joerg <joerg@NetBSD.org> | 2009-03-06 20:31:46 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2009-03-06 20:31:46 +0000 |
| commit | f5b0fec0e0bc5173b4a1be91998296ef2cdbf6d1 (patch) | |
| tree | 38691f0acf9945171e3742f4b40be68b9d30af60 /sys/arch/atari/include | |
| parent | 55a5451b031903a9d143dc135fbb7fac6ff40618 (diff) | |
Remove SHMMAXPGS from all kernel configs. Dynamically compute the
initial limit as 1/4 of the physical memory. Ensure the limit is at
least 1024 pages, the old default on most platforms.
Diffstat (limited to 'sys/arch/atari/include')
| -rw-r--r-- | sys/arch/atari/include/vmparam.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/arch/atari/include/vmparam.h b/sys/arch/atari/include/vmparam.h index 3ca1cc9d7fb..a1bc39086b4 100644 --- a/sys/arch/atari/include/vmparam.h +++ b/sys/arch/atari/include/vmparam.h @@ -1,4 +1,4 @@ -/* $NetBSD: vmparam.h,v 1.22 2009/01/01 04:10:25 tsutsui Exp $ */ +/* $NetBSD: vmparam.h,v 1.23 2009/03/06 20:31:47 joerg Exp $ */ /* * Copyright (c) 1982, 1986, 1990 The Regents of the University of California. @@ -138,14 +138,6 @@ #endif /* - * PTEs for system V style shared memory. - * This is basically slop for kmempt which we actually allocate (malloc) from. - */ -#ifndef SHMMAXPGS -#define SHMMAXPGS (1 * NPTEPG) /* 16mb */ -#endif - -/* * user/kernel map constants */ #define VM_MIN_ADDRESS ((vaddr_t)0) |
