diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2005-10-22 21:14:29 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2005-10-22 21:14:29 +0000 |
commit | 8b0b911d3f46d5ce012a26afd69e76cc9d1484fd (patch) | |
tree | bb4bcc0e39523feb33b5cd751a1b37864d619a74 /sys | |
parent | db72d5b959d2b29025736f108994d5680fd3a71b (diff) |
Initialize ddb again.
ok drahn@, "yeah" deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/macppc/macppc/machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/macppc/machdep.c b/sys/arch/macppc/macppc/machdep.c index ed44faeac4d..a64cca0f235 100644 --- a/sys/arch/macppc/macppc/machdep.c +++ b/sys/arch/macppc/macppc/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.79 2005/10/15 21:45:00 kettenis Exp $ */ +/* $OpenBSD: machdep.c,v 1.80 2005/10/22 21:14:28 kettenis Exp $ */ /* $NetBSD: machdep.c,v 1.4 1996/10/16 19:33:11 ws Exp $ */ /* @@ -396,7 +396,7 @@ initppc(startkernel, endkernel, args) } bootpath= &bootpathbuf[0]; -#ifdef notyet_DDB +#ifdef DDB ddb_init(); #endif |