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 Fix DEBUG build.
details: https://anonhg.NetBSD.org/src/rev/661c92cddc03
branches: trunk
changeset: 767717:661c92cddc03
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Thu Jul 28 03:15:20 2011 +0000
description:
Fix DEBUG build.
diffstat:
sys/arch/alpha/alpha/cpu.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 4ff03c63d11e -r 661c92cddc03 sys/arch/alpha/alpha/cpu.c
--- a/sys/arch/alpha/alpha/cpu.c Thu Jul 28 02:07:42 2011 +0000
+++ b/sys/arch/alpha/alpha/cpu.c Thu Jul 28 03:15:20 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.c,v 1.92 2011/06/14 15:34:21 matt Exp $ */
+/* $NetBSD: cpu.c,v 1.93 2011/07/28 03:15:20 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.92 2011/06/14 15:34:21 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.93 2011/07/28 03:15:20 uebayasi Exp $");
#include "opt_ddb.h"
#include "opt_multiprocessor.h"
@@ -238,7 +238,7 @@
const char *pe = "";
if (p->pcs_proc_var & PCS_VAR_VAXFP) {
- fpstr = "VAX FP support";
+ vaxfp = "VAX FP support";
needcomma = true;
}
if (p->pcs_proc_var & PCS_VAR_IEEEFP) {
Home |
Main Index |
Thread Index |
Old Index