Module Name:    src
Committed By:   skrll
Date:           Thu Mar 11 07:14:22 UTC 2010

Modified Files:
        src/sys/arch/hppa/hppa: db_interface.c

Log Message:
Rename Debugger to cpu_Debugger.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/hppa/hppa/db_interface.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/hppa/hppa/db_interface.c
diff -u src/sys/arch/hppa/hppa/db_interface.c:1.20 src/sys/arch/hppa/hppa/db_interface.c:1.21
--- src/sys/arch/hppa/hppa/db_interface.c:1.20	Sat Nov 21 15:36:33 2009
+++ src/sys/arch/hppa/hppa/db_interface.c	Thu Mar 11 07:14:22 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: db_interface.c,v 1.20 2009/11/21 15:36:33 rmind Exp $	*/
+/*	$NetBSD: db_interface.c,v 1.21 2010/03/11 07:14:22 skrll Exp $	*/
 
 /*	$OpenBSD: db_interface.c,v 1.16 2001/03/22 23:31:45 mickey Exp $	*/
 
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: db_interface.c,v 1.20 2009/11/21 15:36:33 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: db_interface.c,v 1.21 2010/03/11 07:14:22 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -129,7 +129,7 @@
 int db_active = 0;
 
 void
-Debugger(void)
+cpu_Debugger(void)
 {
 	__asm volatile ("break	%0, %1"
 			  :: "i" (HPPA_BREAK_KERNEL), "i" (HPPA_BREAK_KGDB));

Reply via email to