aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>2009-06-26 16:22:24 +0000
committerAlan Cox <alc@FreeBSD.org>2009-06-26 16:22:24 +0000
commit5797795f5afa1c2c9adf843489ec800472c41f39 (patch)
tree4abec1c1777acd88d6c418942a5988be1df9dcfc
parenteb956cd041f956275522092d6ba66671356ff84f (diff)
downloadsrc-5797795f5afa1c2c9adf843489ec800472c41f39.tar.gz
src-5797795f5afa1c2c9adf843489ec800472c41f39.zip
Correct the #endif comment.
Noticed by: jmallett Approved by: re (kib)
Notes
Notes: svn path=/head/; revision=195060
-rw-r--r--sys/amd64/include/vm.h2
-rw-r--r--sys/arm/include/vm.h2
-rw-r--r--sys/i386/include/vm.h2
-rw-r--r--sys/ia64/include/vm.h2
-rw-r--r--sys/mips/include/vm.h2
-rw-r--r--sys/powerpc/include/vm.h2
-rw-r--r--sys/sparc64/include/vm.h2
-rw-r--r--sys/sun4v/include/vm.h2
8 files changed, 8 insertions, 8 deletions
diff --git a/sys/amd64/include/vm.h b/sys/amd64/include/vm.h
index 411e2718bcd6..4796dbc4cacc 100644
--- a/sys/amd64/include/vm.h
+++ b/sys/amd64/include/vm.h
@@ -42,4 +42,4 @@
#define VM_CACHE_DEFAULT VM_CACHE_WRITE_BACK
-#endif /* !_MACHINE_PMAP_H_ */
+#endif /* !_MACHINE_VM_H_ */
diff --git a/sys/arm/include/vm.h b/sys/arm/include/vm.h
index ef3ef1a303c0..8effe7861e82 100644
--- a/sys/arm/include/vm.h
+++ b/sys/arm/include/vm.h
@@ -32,4 +32,4 @@
/* Cache control is not (yet) implemented. */
#define VM_CACHE_DEFAULT 0
-#endif /* !_MACHINE_PMAP_H_ */
+#endif /* !_MACHINE_VM_H_ */
diff --git a/sys/i386/include/vm.h b/sys/i386/include/vm.h
index 411e2718bcd6..4796dbc4cacc 100644
--- a/sys/i386/include/vm.h
+++ b/sys/i386/include/vm.h
@@ -42,4 +42,4 @@
#define VM_CACHE_DEFAULT VM_CACHE_WRITE_BACK
-#endif /* !_MACHINE_PMAP_H_ */
+#endif /* !_MACHINE_VM_H_ */
diff --git a/sys/ia64/include/vm.h b/sys/ia64/include/vm.h
index f8e8c73f4fc2..bbc8a6ca14a8 100644
--- a/sys/ia64/include/vm.h
+++ b/sys/ia64/include/vm.h
@@ -41,4 +41,4 @@
#define VM_CACHE_DEFAULT VM_CACHE_WRITE_BACK
-#endif /* !_MACHINE_PMAP_H_ */
+#endif /* !_MACHINE_VM_H_ */
diff --git a/sys/mips/include/vm.h b/sys/mips/include/vm.h
index 5a55d323a884..9270d50c9f9a 100644
--- a/sys/mips/include/vm.h
+++ b/sys/mips/include/vm.h
@@ -37,4 +37,4 @@
#define VM_CACHE_DEFAULT VM_CACHE_CACHEABLE_NONCOHERENT
-#endif /* !_MACHINE_PMAP_H_ */
+#endif /* !_MACHINE_VM_H_ */
diff --git a/sys/powerpc/include/vm.h b/sys/powerpc/include/vm.h
index d706bdcc5630..20d2c88b4f99 100644
--- a/sys/powerpc/include/vm.h
+++ b/sys/powerpc/include/vm.h
@@ -37,4 +37,4 @@
#define VM_CACHE_DEFAULT 0
-#endif /* !_MACHINE_PMAP_H_ */
+#endif /* !_MACHINE_VM_H_ */
diff --git a/sys/sparc64/include/vm.h b/sys/sparc64/include/vm.h
index ef3ef1a303c0..8effe7861e82 100644
--- a/sys/sparc64/include/vm.h
+++ b/sys/sparc64/include/vm.h
@@ -32,4 +32,4 @@
/* Cache control is not (yet) implemented. */
#define VM_CACHE_DEFAULT 0
-#endif /* !_MACHINE_PMAP_H_ */
+#endif /* !_MACHINE_VM_H_ */
diff --git a/sys/sun4v/include/vm.h b/sys/sun4v/include/vm.h
index ef3ef1a303c0..8effe7861e82 100644
--- a/sys/sun4v/include/vm.h
+++ b/sys/sun4v/include/vm.h
@@ -32,4 +32,4 @@
/* Cache control is not (yet) implemented. */
#define VM_CACHE_DEFAULT 0
-#endif /* !_MACHINE_PMAP_H_ */
+#endif /* !_MACHINE_VM_H_ */