Module Name:    src
Committed By:   skrll
Date:           Sun Dec 12 08:54:26 UTC 2010

Modified Files:
        src/sys/arch/hp700/hp700: machdep.c

Log Message:
Remove an XXX.


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/sys/arch/hp700/hp700/machdep.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/hp700/hp700/machdep.c
diff -u src/sys/arch/hp700/hp700/machdep.c:1.93 src/sys/arch/hp700/hp700/machdep.c:1.94
--- src/sys/arch/hp700/hp700/machdep.c:1.93	Sun Dec 12 08:52:49 2010
+++ src/sys/arch/hp700/hp700/machdep.c	Sun Dec 12 08:54:25 2010
@@ -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

Reply via email to