diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2008-09-16 04:20:43 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2008-09-16 04:20:43 +0000 |
commit | a15f64b6da518de85dfbf9f633ec9d04f8d76e76 (patch) | |
tree | f27f93db00d51a14dfe6fc48219f1c861b6081e8 /sys/arch/macppc/include/db_machdep.h | |
parent | 28b1fafca5fb1a8888b84ab98aa5a50a73d115e1 (diff) |
SMP ddb support, with some feedback from kettenis.
Diffstat (limited to 'sys/arch/macppc/include/db_machdep.h')
-rw-r--r-- | sys/arch/macppc/include/db_machdep.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/macppc/include/db_machdep.h b/sys/arch/macppc/include/db_machdep.h index 522a7ac6294..7b718faf031 100644 --- a/sys/arch/macppc/include/db_machdep.h +++ b/sys/arch/macppc/include/db_machdep.h @@ -1,3 +1,4 @@ -/* $OpenBSD: db_machdep.h,v 1.5 2002/06/08 16:02:13 miod Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.6 2008/09/16 04:20:42 drahn Exp $ */ +#define DB_MACHINE_COMMANDS #include <powerpc/db_machdep.h> |