summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2011-09-21 10:09:52 +0000
committermiod <miod@openbsd.org>2011-09-21 10:09:52 +0000
commita23878b80ccad1d24d0288dcffa0dcb96b7f0e1f (patch)
tree5022e7bd89c24a3517c9e6efadcadbc537768cf0
parentFix range check in intc_intr_establish() (diff)
downloadwireguard-openbsd-a23878b80ccad1d24d0288dcffa0dcb96b7f0e1f.tar.xz
wireguard-openbsd-a23878b80ccad1d24d0288dcffa0dcb96b7f0e1f.zip
Remove stale comments about vm freelists
-rw-r--r--sys/arch/armish/include/vmparam.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/armish/include/vmparam.h b/sys/arch/armish/include/vmparam.h
index 4f59e6898a7..6a8315f1316 100644
--- a/sys/arch/armish/include/vmparam.h
+++ b/sys/arch/armish/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.7 2011/05/30 22:25:20 oga Exp $ */
+/* $OpenBSD: vmparam.h,v 1.8 2011/09/21 10:09:52 miod Exp $ */
/* $NetBSD: vmparam.h,v 1.23 2003/05/22 05:47:07 thorpej Exp $ */
/*
@@ -85,12 +85,6 @@
#define VM_PHYSSEG_NOADD
-/*
- * we support 2 free lists:
- *
- * - DEFAULT for all systems
- * - ISADMA for the ISA DMA range on Sharks only
- */
#endif /* _KERNEL */
#endif /* _MACHINE_VMPARAM_H_ */