summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.h
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2001-07-31 04:09:52 +0000
committerjake <jake@FreeBSD.org>2001-07-31 04:09:52 +0000
commitb4050e8494dfef8b7a3aa9449d11b1f4c7c0201e (patch)
tree2208947b903ff776bdc63df5d2ec25adc6b85fbe /sys/vm/vm_object.h
parent2c20bb4e7b91ede8ffbf678ec91a6a634cdaff07 (diff)
downloadFreeBSD-src-b4050e8494dfef8b7a3aa9449d11b1f4c7c0201e.zip
FreeBSD-src-b4050e8494dfef8b7a3aa9449d11b1f4c7c0201e.tar.gz
Oops. Last commit to vm_object.c should have got these files too.
Remove the use of atomic ops to manipulate vm_object and vm_page flags. Giant is required here, so they are superfluous. Discussed with: dillon
Diffstat (limited to 'sys/vm/vm_object.h')
-rw-r--r--sys/vm/vm_object.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h
index 339ee2a..c126cb6 100644
--- a/sys/vm/vm_object.h
+++ b/sys/vm/vm_object.h
@@ -72,7 +72,6 @@
#define _VM_OBJECT_
#include <sys/queue.h>
-#include <machine/atomic.h>
enum obj_type { OBJT_DEFAULT, OBJT_SWAP, OBJT_VNODE, OBJT_DEVICE, OBJT_PHYS,
OBJT_DEAD };
OpenPOWER on IntegriCloud