diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-07-22 00:41:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-07-22 00:41:56 +0000 |
commit | 015a8f4216f22d0825cdada6bf9a4546c52f6b5a (patch) | |
tree | 328eddf3cb56da505d7395630867fc6c07adbd16 /sys/arch/amd64 | |
parent | 7c351f415e435dae95ca2eea23093104d43ad122 (diff) |
remove unused variable
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/amd64/ioapic.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/amd64/amd64/ioapic.c b/sys/arch/amd64/amd64/ioapic.c index 87796bfc568..7c43b4bb653 100644 --- a/sys/arch/amd64/amd64/ioapic.c +++ b/sys/arch/amd64/amd64/ioapic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ioapic.c,v 1.18 2009/08/13 13:24:48 kettenis Exp $ */ +/* $OpenBSD: ioapic.c,v 1.19 2010/07/22 00:41:29 deraadt Exp $ */ /* $NetBSD: ioapic.c,v 1.6 2003/05/15 13:30:31 fvdl Exp $ */ /*- @@ -100,8 +100,6 @@ void ioapic_addroute(struct pic *, struct cpu_info *, int, int, int); void ioapic_delroute(struct pic *, struct cpu_info *, int, int, int); void apic_set_redir(struct ioapic_softc *, int, int, struct cpu_info *); -int apic_verbose = 0; - int ioapic_bsp_id = 0; int ioapic_cold = 1; |