From 1ce12d013ec97b0d886a7ad872ae48b47c136337 Mon Sep 17 00:00:00 2001 From: alc Date: Fri, 26 Jun 2009 16:22:24 +0000 Subject: Correct the #endif comment. Noticed by: jmallett Approved by: re (kib) --- sys/amd64/include/vm.h | 2 +- sys/arm/include/vm.h | 2 +- sys/i386/include/vm.h | 2 +- sys/ia64/include/vm.h | 2 +- sys/mips/include/vm.h | 2 +- sys/powerpc/include/vm.h | 2 +- sys/sparc64/include/vm.h | 2 +- sys/sun4v/include/vm.h | 2 +- 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_ */ -- cgit v1.1