diff options
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/amd64/machdep.c | 3 | ||||
-rw-r--r-- | sys/arch/amd64/include/biosvar.h | 7 | ||||
-rw-r--r-- | sys/arch/amd64/include/cpu.h | 5 |
3 files changed, 3 insertions, 12 deletions
diff --git a/sys/arch/amd64/amd64/machdep.c b/sys/arch/amd64/amd64/machdep.c index f0870b235d7..94b31a3c32d 100644 --- a/sys/arch/amd64/amd64/machdep.c +++ b/sys/arch/amd64/amd64/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.128 2010/11/20 20:33:23 miod Exp $ */ +/* $OpenBSD: machdep.c,v 1.129 2010/11/22 21:07:16 miod Exp $ */ /* $NetBSD: machdep.c,v 1.3 2003/05/07 22:58:18 fvdl Exp $ */ /*- @@ -1185,7 +1185,6 @@ int bigmem = 0; void init_x86_64(paddr_t first_avail) { - extern void consinit(void); struct region_descriptor region; bios_memmap_t *bmp; int x, ist; diff --git a/sys/arch/amd64/include/biosvar.h b/sys/arch/amd64/include/biosvar.h index 6d0db3f8b2b..ba13e9fafa5 100644 --- a/sys/arch/amd64/include/biosvar.h +++ b/sys/arch/amd64/include/biosvar.h @@ -1,5 +1,5 @@ /* XXX - DSR */ -/* $OpenBSD: biosvar.h,v 1.10 2009/04/30 01:16:56 dlg Exp $ */ +/* $OpenBSD: biosvar.h,v 1.11 2010/11/22 21:07:18 miod Exp $ */ /* * Copyright (c) 1997-1999 Michael Shalayeff @@ -249,11 +249,6 @@ struct proc; int bios_sysctl(int *, u_int, void *, size_t *, void *, size_t, struct proc *); -void bioscnprobe(struct consdev *); -void bioscninit(struct consdev *); -void bioscnputc(dev_t, int); -int bioscngetc(dev_t); -void bioscnpollc(dev_t, int); void bios_getopt(void); bios_diskinfo_t *bios_getdiskinfo(dev_t); 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); |