diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2007-10-19 18:11:19 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2007-10-19 18:11:19 +0000 |
commit | 52a27a1c87a426e7413c9e3111424afe158871aa (patch) | |
tree | 5e21bc4043c3db5e526a8d84333c7dcb84b14a7b /sys/arch/amd64/include | |
parent | 427059d75bab66fe1efef854f6525207b1aaaeae (diff) |
remove vars from some prototypes.
Diffstat (limited to 'sys/arch/amd64/include')
-rw-r--r-- | sys/arch/amd64/include/db_machdep.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/amd64/include/db_machdep.h b/sys/arch/amd64/include/db_machdep.h index 3ddbe67c75e..57da262af56 100644 --- a/sys/arch/amd64/include/db_machdep.h +++ b/sys/arch/amd64/include/db_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_machdep.h,v 1.6 2006/03/15 15:50:41 mickey Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.7 2007/10/19 18:11:18 fgsch Exp $ */ /* $NetBSD: db_machdep.h,v 1.2 2003/04/29 17:06:04 scw Exp $ */ /* @@ -104,8 +104,8 @@ int kdb_trap(int, int, db_regs_t *); void db_machine_init(void); int db_enter_ddb(void); -void db_startcpu(int cpu); -void db_stopcpu(int cpu); +void db_startcpu(int); +void db_stopcpu(int); void x86_ipi_db(struct cpu_info *); extern struct mutex ddb_mp_mutex; |