Module Name:    src
Committed By:   mlelstv
Date:           Fri Jun 19 14:55:51 UTC 2015

Modified Files:
        src/sys/arch/amiga/include: vmparam.h

Log Message:
remove obsolete comments


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/amiga/include/vmparam.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amiga/include/vmparam.h
diff -u src/sys/arch/amiga/include/vmparam.h:1.44 src/sys/arch/amiga/include/vmparam.h:1.45
--- src/sys/arch/amiga/include/vmparam.h:1.44	Sat Jun 13 23:55:18 2015
+++ src/sys/arch/amiga/include/vmparam.h	Fri Jun 19 14:55:51 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: vmparam.h,v 1.44 2015/06/13 23:55:18 phx Exp $	*/
+/*	$NetBSD: vmparam.h,v 1.45 2015/06/19 14:55:51 mlelstv Exp $	*/
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -57,8 +57,6 @@
 
 /*
  * USRSTACK is the top (end) of the user stack.
- *
- * These are a mixture of i386, sun3 and hp settings.. 
  */
 
 #ifndef USRSTACK
@@ -138,5 +136,5 @@ struct pmap_physseg { 
 /*
  * number of kernel PT pages (initial only, can grow dynamically)
  */
-#define VM_KERNEL_PT_PAGES	((vm_size_t)10)		/* XXX: SYSPTSIZE */
+#define VM_KERNEL_PT_PAGES	((vm_size_t)10)
 #endif /* !_MACHINE_VMPARAM_H_ */

Reply via email to