diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2013-05-30 16:29:47 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2013-05-30 16:29:47 +0000 |
commit | 66de9e9a78cffd1b9bd1cd1e2c73f1876dc2b0dc (patch) | |
tree | 7949f855f7df182b5af7fa866eb81eb6844447a6 /sys/uvm/uvm_amap.h | |
parent | 3715d6ffc902bd0c3dbb29632eb8cbd7cd86605e (diff) |
remove lots of comments about locking per beck's request
Diffstat (limited to 'sys/uvm/uvm_amap.h')
-rw-r--r-- | sys/uvm/uvm_amap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/uvm/uvm_amap.h b/sys/uvm/uvm_amap.h index b598bdee8c0..f838262f941 100644 --- a/sys/uvm/uvm_amap.h +++ b/sys/uvm/uvm_amap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_amap.h,v 1.18 2009/03/25 20:00:18 oga Exp $ */ +/* $OpenBSD: uvm_amap.h,v 1.19 2013/05/30 16:29:46 tedu Exp $ */ /* $NetBSD: uvm_amap.h,v 1.14 2001/02/18 21:19:08 chs Exp $ */ /* @@ -232,7 +232,7 @@ struct vm_amap { } /* - * lock/unlock/refs/flags macros + * flags macros */ #define amap_flags(AMAP) ((AMAP)->am_flags) |