summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/powerpc/include/cpufunc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/powerpc/include/cpufunc.h b/sys/powerpc/include/cpufunc.h
index 3d399d5..84be33d 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
}
OpenPOWER on IntegriCloud