diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2011-09-21 10:09:53 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2011-09-21 10:09:53 +0000 |
commit | ceab0db2a5420a49831756a7ebb7179f1391dde8 (patch) | |
tree | 613ca76dc33a0b8dfaff9b9ca5257f01c641d0b7 /sys | |
parent | 171668eae3718ac2911189a22745ebfe21f1c01a (diff) |
Remove stale comments about vm freelists
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/armish/include/vmparam.h | 8 |
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_ */ |