Module Name:    src
Committed By:   skrll
Date:           Tue Mar 30 07:58:02 UTC 2010

Modified Files:
        src/sys/arch/hp700/dev: cpu.c

Log Message:
Correct comment.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/hp700/dev/cpu.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/dev/cpu.c
diff -u src/sys/arch/hp700/dev/cpu.c:1.13 src/sys/arch/hp700/dev/cpu.c:1.14
--- src/sys/arch/hp700/dev/cpu.c:1.13	Fri May  8 09:33:57 2009
+++ src/sys/arch/hp700/dev/cpu.c	Tue Mar 30 07:58:02 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: cpu.c,v 1.13 2009/05/08 09:33:57 skrll Exp $	*/
+/*	$NetBSD: cpu.c,v 1.14 2010/03/30 07:58:02 skrll Exp $	*/
 
 /*	$OpenBSD: cpu.c,v 1.28 2004/12/28 05:18:25 mickey Exp $	*/
 
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.13 2009/05/08 09:33:57 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.14 2010/03/30 07:58:02 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -149,7 +149,7 @@
 	/* sanity against luser amongst config editors */
 	if (ca->ca_irq == 31) {
 		sc->sc_ih = hp700_intr_establish(sc->sc_dev, IPL_CLOCK,
-		    clock_intr, NULL /*trapframe*/, &int_reg_cpu,
+		    clock_intr, NULL /*clockframe*/, &int_reg_cpu,
 		    ca->ca_irq);
 	} else {
 		aprint_error_dev(self, "bad irq number %d\n", ca->ca_irq);

Reply via email to