summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2009-06-26 16:22:24 +0000
committeralc <alc@FreeBSD.org>2009-06-26 16:22:24 +0000
commit1ce12d013ec97b0d886a7ad872ae48b47c136337 (patch)
tree4abec1c1777acd88d6c418942a5988be1df9dcfc
parentbe5740a255fbcb1d4053e709cb7f22bb96320eb0 (diff)
downloadFreeBSD-src-1ce12d013ec97b0d886a7ad872ae48b47c136337.zip
FreeBSD-src-1ce12d013ec97b0d886a7ad872ae48b47c136337.tar.gz
Correct the #endif comment.
Noticed by: jmallett Approved by: re (kib)
-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 411e271..4796dbc 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 ef3ef1a..8effe78 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 411e271..4796dbc 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 f8e8c73..bbc8a6c 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 5a55d32..9270d50 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 d706bdc..20d2c88 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 ef3ef1a..8effe78 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 ef3ef1a..8effe78 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_ */
OpenPOWER on IntegriCloud