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 this so it compiles again with DEBUG



details:   https://anonhg.NetBSD.org/src/rev/bc64c6809907
branches:  trunk
changeset: 487793:bc64c6809907
user:      sommerfeld <sommerfeld%NetBSD.org@localhost>
date:      Mon Jun 12 23:35:11 2000 +0000

description:
Fix this so it compiles again with DEBUG

diffstat:

 sys/arch/alpha/alpha/cpu.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 7e8368d8313e -r bc64c6809907 sys/arch/alpha/alpha/cpu.c
--- a/sys/arch/alpha/alpha/cpu.c        Mon Jun 12 23:32:46 2000 +0000
+++ b/sys/arch/alpha/alpha/cpu.c        Mon Jun 12 23:35:11 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.c,v 1.50 2000/06/05 21:47:11 thorpej Exp $ */
+/* $NetBSD: cpu.c,v 1.51 2000/06/12 23:35:11 sommerfeld Exp $ */
 
 /*-
  * Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc.
@@ -66,7 +66,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.50 2000/06/05 21:47:11 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.51 2000/06/12 23:35:11 sommerfeld Exp $");
 
 #include "opt_multiprocessor.h"
 
@@ -270,7 +270,7 @@
 
 #ifdef DEBUG
        if (p->pcs_proc_var != 0) {
-               printf("%s: ", dev->dv_xname);
+               printf("%s: ", sc->sc_dev.dv_xname);
 
                needcomma = 0;
                if (p->pcs_proc_var & PCS_VAR_VAXFP) {



Home | Main Index | Thread Index | Old Index