Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/alpha/alpha One more typo in #ifdef DEBUG.
details: https://anonhg.NetBSD.org/src/rev/8c575233884e
branches: trunk
changeset: 767718:8c575233884e
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Thu Jul 28 03:21:14 2011 +0000
description:
One more typo in #ifdef DEBUG.
diffstat:
sys/arch/alpha/alpha/cpu.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 661c92cddc03 -r 8c575233884e sys/arch/alpha/alpha/cpu.c
--- a/sys/arch/alpha/alpha/cpu.c Thu Jul 28 03:15:20 2011 +0000
+++ b/sys/arch/alpha/alpha/cpu.c Thu Jul 28 03:21:14 2011 +0000
@@ -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;
Home |
Main Index |
Thread Index |
Old Index