summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2011-04-22 15:48:43 +0000
committerkettenis <kettenis@openbsd.org>2011-04-22 15:48:43 +0000
commitae0a350acf5f7efff9cc2460335b8551065d2e78 (patch)
tree4705c921d6fc4154a5080f5ed389d2ffb32d2fcd
parentStop printing the PCI interrupt line programmed by the BIOS for APIC (diff)
downloadwireguard-openbsd-ae0a350acf5f7efff9cc2460335b8551065d2e78.tar.xz
wireguard-openbsd-ae0a350acf5f7efff9cc2460335b8551065d2e78.zip
Remove unused structure member.
ok marco@, deraadt@
-rw-r--r--sys/arch/i386/include/cpu.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/include/cpu.h b/sys/arch/i386/include/cpu.h
index f4bc7840041..112f0f3b604 100644
--- a/sys/arch/i386/include/cpu.h
+++ b/sys/arch/i386/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.118 2011/03/23 16:54:35 pirofti Exp $ */
+/* $OpenBSD: cpu.h,v 1.119 2011/04/22 15:48:43 kettenis Exp $ */
/* $NetBSD: cpu.h,v 1.35 1996/05/05 19:29:26 christos Exp $ */
/*-
@@ -113,7 +113,6 @@ struct cpu_info {
paddr_t ci_idle_pcb_paddr; /* PA of idle PCB */
volatile u_long ci_flags; /* flags; see below */
u_int32_t ci_ipis; /* interprocessor interrupts pending */
- int sc_apic_version;/* local APIC version */
u_int32_t ci_level;
u_int32_t ci_vendor[4];