From 9917bd81edff3e6851380d82847f14808841e8cd Mon Sep 17 00:00:00 2001 From: Peter Grehan Date: Mon, 12 Jul 2004 22:16:04 +0000 Subject: DDB -> KDB, and rename low-level trap handler to avoid name conflict. --- sys/powerpc/include/cpufunc.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys') diff --git a/sys/powerpc/include/cpufunc.h b/sys/powerpc/include/cpufunc.h index 3d399d5611183..84be33d7ce027 100644 --- a/sys/powerpc/include/cpufunc.h +++ b/sys/powerpc/include/cpufunc.h @@ -47,15 +47,15 @@ powerpc_mb(void) struct thread; -#ifdef DDB -void ddb_trap(void); +#ifdef KDB +void ppc_db_trap(void); #endif static __inline void breakpoint(void) { -#ifdef DDB - ddb_trap(); +#ifdef KDB + ppc_db_trap(); #endif } -- cgit v1.3