Module Name: src
Committed By: skrll
Date: Tue Jan 25 21:27:12 UTC 2011
Modified Files:
src/sys/arch/hp700/include: cpu.h
Log Message:
define<tab>
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 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.61 src/sys/arch/hp700/include/cpu.h:1.62
--- src/sys/arch/hp700/include/cpu.h:1.61 Mon Jan 24 07:44:16 2011
+++ src/sys/arch/hp700/include/cpu.h Tue Jan 25 21:27:11 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.61 2011/01/24 07:44:16 skrll Exp $ */
+/* $NetBSD: cpu.h,v 1.62 2011/01/25 21:27:11 skrll Exp $ */
/* $OpenBSD: cpu.h,v 1.55 2008/07/23 17:39:35 kettenis Exp $ */
@@ -402,7 +402,7 @@
*/
#define CPU_CONSDEV 1 /* dev_t: console terminal device */
#define CPU_BOOTED_KERNEL 2 /* string: booted kernel name */
-#define CPU_LCD_BLINK 3 /* int: twiddle heartbeat LED/LCD */
+#define CPU_LCD_BLINK 3 /* int: twiddle heartbeat LED/LCD */
#define CPU_MAXID 4 /* number of valid machdep ids */
#ifdef _KERNEL