Module Name: src
Committed By: skrll
Date: Tue Mar 30 19:54:28 UTC 2010
Modified Files:
src/sys/arch/hp700/include: cpu.h
Log Message:
Comments against #endifs.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/hp700/include/cpu.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/hp700/include/cpu.h
diff -u src/sys/arch/hp700/include/cpu.h:1.39 src/sys/arch/hp700/include/cpu.h:1.40
--- src/sys/arch/hp700/include/cpu.h:1.39 Sun Mar 7 08:44:28 2010
+++ src/sys/arch/hp700/include/cpu.h Tue Mar 30 19:54:28 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.39 2010/03/07 08:44:28 skrll Exp $ */
+/* $NetBSD: cpu.h,v 1.40 2010/03/30 19:54:28 skrll Exp $ */
/* $OpenBSD: cpu.h,v 1.55 2008/07/23 17:39:35 kettenis Exp $ */
@@ -250,7 +250,7 @@
#define CPU_INFO_FOREACH(cii, ci) cii = 0; ci = curcpu(), cii < 1; cii++
void cpu_boot_secondary_processors(void);
-#endif
+#endif /* MULTIPROCESSOR */
static __inline struct lwp *
hppa_curlwp(void)
@@ -289,7 +289,7 @@
void setfunc_trampoline(void);
int cpu_dumpsize(void);
int cpu_dump(void);
-#endif
+#endif /* _KERNEL */
/*
* Boot arguments stuff
@@ -305,6 +305,6 @@
#define CPU_BOOTED_KERNEL 2 /* string: booted kernel name */
#define CPU_MAXID 3 /* number of valid machdep ids */
-#endif
+#endif /* !_LOCORE */
#endif /* _MACHINE_CPU_H_ */