diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-11-22 21:07:19 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-11-22 21:07:19 +0000 |
commit | 9d21ba943168465edecbca807242fa81ea55ae12 (patch) | |
tree | b7f17ca2f391f3e3766d932c6c2c9d660abff054 /sys/arch/amd64/include/cpu.h | |
parent | 2b415456d36322081a02759b30d8b26ba0ed5b6f (diff) |
Remove prototypes for missing (removed) functions or already found in a
MI header file.
Diffstat (limited to 'sys/arch/amd64/include/cpu.h')
-rw-r--r-- | sys/arch/amd64/include/cpu.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/amd64/include/cpu.h b/sys/arch/amd64/include/cpu.h index ad8df981d52..d3ff2e76c35 100644 --- a/sys/arch/amd64/include/cpu.h +++ b/sys/arch/amd64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.59 2010/11/13 04:16:42 guenther Exp $ */ +/* $OpenBSD: cpu.h,v 1.60 2010/11/22 21:07:18 miod Exp $ */ /* $NetBSD: cpu.h,v 1.1 2003/04/26 18:39:39 fvdl Exp $ */ /*- @@ -311,9 +311,6 @@ void child_return(void *); /* dkcsum.c */ void dkcsumattach(void); -/* consinit.c */ -void kgdb_port_init(void); - /* bus_machdep.c */ void x86_bus_space_init(void); void x86_bus_space_mallocok(void); |