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 Fix thinko in comment.



details:   https://anonhg.NetBSD.org/src/rev/48a6421c4094
branches:  trunk
changeset: 480410:48a6421c4094
user:      ad <ad%NetBSD.org@localhost>
date:      Tue Jan 11 20:36:17 2000 +0000

description:
Fix thinko in comment.

diffstat:

 sys/arch/pmax/include/vmparam.h |  18 ++++++++----------
 1 files changed, 8 insertions(+), 10 deletions(-)

diffs (34 lines):

diff -r c3ec46e534dc -r 48a6421c4094 sys/arch/pmax/include/vmparam.h
--- a/sys/arch/pmax/include/vmparam.h   Tue Jan 11 20:33:21 2000 +0000
+++ b/sys/arch/pmax/include/vmparam.h   Tue Jan 11 20:36:17 2000 +0000
@@ -1,22 +1,20 @@
-/*     $NetBSD: vmparam.h,v 1.12 2000/01/09 20:09:43 simonb Exp $      */
+/*     $NetBSD: vmparam.h,v 1.13 2000/01/11 20:36:17 ad Exp $  */
 
 #ifndef _PMAX_VMPARAM_H_
 #define _PMAX_VMPARAM_H_
 
 #include <mips/vmparam.h>
-
+ 
 /*
- * VM_PHYSSEG_MAX
- *   We have two freelists. The first 8M of RAM goes onto a lower-priority
- *   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.
+ * We have two freelists. The first 8M of RAM goes onto a lower-priority
+ * 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.
  */
- 
-#define        VM_PHYSSEG_MAX          2
-
 #define        VM_NFREELIST            2
 #define        VM_FREELIST_DEFAULT     0
 #define        VM_FREELIST_FIRST8      1
 
+#define        VM_PHYSSEG_MAX          2
+
 #endif /* !_PMAX_VMPARAM_H_ */



Home | Main Index | Thread Index | Old Index