Module Name: src
Committed By: uebayasi
Date: Thu Jul 28 03:21:14 UTC 2011
Modified Files:
src/sys/arch/alpha/alpha: cpu.c
Log Message:
One more typo in #ifdef DEBUG.
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/sys/arch/alpha/alpha/cpu.c
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/alpha/alpha/cpu.c
diff -u src/sys/arch/alpha/alpha/cpu.c:1.93 src/sys/arch/alpha/alpha/cpu.c:1.94
--- src/sys/arch/alpha/alpha/cpu.c:1.93 Thu Jul 28 03:15:20 2011
+++ src/sys/arch/alpha/alpha/cpu.c Thu Jul 28 03:21:14 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.c,v 1.93 2011/07/28 03:15:20 uebayasi Exp $ */
+/* $NetBSD: cpu.c,v 1.94 2011/07/28 03:21:14 uebayasi Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -59,7 +59,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.93 2011/07/28 03:15:20 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.94 2011/07/28 03:21:14 uebayasi Exp $");
#include "opt_ddb.h"
#include "opt_multiprocessor.h"
@@ -248,7 +248,7 @@
needcomma = true;
}
if (p->pcs_proc_var & PCS_VAR_PE) {
- pe = ", Primary Eligible");
+ pe = ", Primary Eligible";
if (!needcomma)
pe += 2;
needcomma = true;