summaryrefslogtreecommitdiffstats
path: root/sys/arch/macppc/dev/sysbutton.c
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2017-04-30 16:45:45 +0000
committermpi <mpi@openbsd.org>2017-04-30 16:45:45 +0000
commite97088d66c8eee044cad550a3fd9fad00889544f (patch)
tree87f70243379801d20fcafe034629b00d243309c8 /sys/arch/macppc/dev/sysbutton.c
parentsync (diff)
downloadwireguard-openbsd-e97088d66c8eee044cad550a3fd9fad00889544f.tar.xz
wireguard-openbsd-e97088d66c8eee044cad550a3fd9fad00889544f.zip
Rename Debugger() into db_enter().
Using a name with the 'db_' prefix makes it invisible from the dynamic profiler. ok deraadt@, kettenis@, visa@
Diffstat (limited to 'sys/arch/macppc/dev/sysbutton.c')
-rw-r--r--sys/arch/macppc/dev/sysbutton.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/dev/sysbutton.c b/sys/arch/macppc/dev/sysbutton.c
index 02c7fb70e98..e982d15d58e 100644
--- a/sys/arch/macppc/dev/sysbutton.c
+++ b/sys/arch/macppc/dev/sysbutton.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sysbutton.c,v 1.4 2008/06/13 00:31:09 krw Exp $ */
+/* $OpenBSD: sysbutton.c,v 1.5 2017/04/30 16:45:45 mpi Exp $ */
/*
* Copyright (c) 2007 Gordon Willem Klok <gwk@openbsd.org>
*
@@ -85,7 +85,7 @@ sysbutton_intr(void *v)
*/
#ifdef DDB
if (db_console)
- Debugger();
+ db_enter();
#endif
return 1;