Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/pmax/include Remove defines for VM_PHYSSEG_STRAT an...



details:   https://anonhg.NetBSD.org/src/rev/0bb22a529c3d
branches:  trunk
changeset: 480350:0bb22a529c3d
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sun Jan 09 20:09:43 2000 +0000

description:
Remove defines for VM_PHYSSEG_STRAT and VM_PHYSSEG_NOADD - these are
already in mips/include/vmparam.h.  Now things work again (yo Andy!).

diffstat:

 sys/arch/pmax/include/vmparam.h |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (24 lines):

diff -r 80e2d2901a35 -r 0bb22a529c3d sys/arch/pmax/include/vmparam.h
--- a/sys/arch/pmax/include/vmparam.h   Sun Jan 09 20:08:14 2000 +0000
+++ b/sys/arch/pmax/include/vmparam.h   Sun Jan 09 20:09:43 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.11 2000/01/09 15:34:44 ad Exp $  */
+/*     $NetBSD: vmparam.h,v 1.12 2000/01/09 20:09:43 simonb Exp $      */
 
 #ifndef _PMAX_VMPARAM_H_
 #define _PMAX_VMPARAM_H_
@@ -11,14 +11,9 @@
  *   free list, since some TC boards (e.g. PixelStamp boards) are only able 
  *   to DMA into this region, and we want them to have a fighting chance of
  *   allocating their DMA memory during autoconfiguration.
- *
- * VM_PHYSSEG_NOADD
- *   We can't add RAM after vm_mem_init.
  */
  
 #define        VM_PHYSSEG_MAX          2
-#define        VM_PHYSSEG_STRAT        VM_PSTRAT_BSEARCH
-#define        VM_PHYSSEG_NOADD        1
 
 #define        VM_NFREELIST            2
 #define        VM_FREELIST_DEFAULT     0



Home | Main Index | Thread Index | Old Index