Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/include remove obsolete comments



details:   https://anonhg.NetBSD.org/src/rev/6dcf2347156e
branches:  trunk
changeset: 809099:6dcf2347156e
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Fri Jun 19 14:55:51 2015 +0000

description:
remove obsolete comments

diffstat:

 sys/arch/amiga/include/vmparam.h |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r 886faf0119a7 -r 6dcf2347156e sys/arch/amiga/include/vmparam.h
--- a/sys/arch/amiga/include/vmparam.h  Fri Jun 19 14:32:56 2015 +0000
+++ b/sys/arch/amiga/include/vmparam.h  Fri Jun 19 14:55:51 2015 +0000
@@ -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 @@
 /*
  * 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_ */



Home | Main Index | Thread Index | Old Index