summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/amd64/include/cpu.h')
-rw-r--r--sys/arch/amd64/include/cpu.h5
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);