Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hp700/hp700 Remove an XXX.



details:   https://anonhg.NetBSD.org/src/rev/1ca9f6d94a9b
branches:  trunk
changeset: 759517:1ca9f6d94a9b
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Dec 12 08:54:25 2010 +0000

description:
Remove an XXX.

diffstat:

 sys/arch/hp700/hp700/machdep.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 7e7ed26d9db6 -r 1ca9f6d94a9b sys/arch/hp700/hp700/machdep.c
--- a/sys/arch/hp700/hp700/machdep.c    Sun Dec 12 08:52:49 2010 +0000
+++ b/sys/arch/hp700/hp700/machdep.c    Sun Dec 12 08:54:25 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.93 2010/12/12 08:52:49 skrll Exp $       */
+/*     $NetBSD: machdep.c,v 1.94 2010/12/12 08:54:25 skrll Exp $       */
 
 /*-
  * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -58,7 +58,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.93 2010/12/12 08:52:49 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.94 2010/12/12 08:54:25 skrll Exp $");
 
 #include "opt_cputype.h"
 #include "opt_ddb.h"
@@ -663,7 +663,6 @@
                    pdc_model.hv);
 #endif
        }
-       /* XXXNH - check */
        cpu_modelno = pdc_model.hwmodel;
        model = hppa_mod_info(HPPA_TYPE_BOARD, cpu_modelno);
 #ifdef DEBUG



Home | Main Index | Thread Index | Old Index