summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2007-05-07 19:10:32 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2007-05-07 19:10:32 +0000
commit62cdf65a9c5dffc8a14c5bb25a1b0bfd622d7794 (patch)
tree1691a683929b99f9c54c147be1d674e959844fed /sys/arch
parentd7f7aa7155dc334bd24501b68d77001ba01b1bfe (diff)
Garbage collect ci_astpending; it's no longer used.
ok miod@, art@
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/amd64/amd64/genassym.cf3
-rw-r--r--sys/arch/amd64/include/cpu.h3
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/amd64/amd64/genassym.cf b/sys/arch/amd64/amd64/genassym.cf
index c7371149c8a..fdfbdee976d 100644
--- a/sys/arch/amd64/amd64/genassym.cf
+++ b/sys/arch/amd64/amd64/genassym.cf
@@ -1,4 +1,4 @@
-# $OpenBSD: genassym.cf,v 1.9 2005/07/26 08:38:29 art Exp $
+# $OpenBSD: genassym.cf,v 1.10 2007/05/07 19:10:31 kettenis Exp $
# Written by Artur Grabowski art@openbsd.org, Public Domain
include <sys/param.h>
@@ -101,7 +101,6 @@ member CPU_INFO_CURPROC ci_curproc
member CPU_INFO_CURPCB ci_curpcb
member CPU_INFO_IDLE_PCB ci_idle_pcb
member CPU_INFO_IDLE_TSS_SEL ci_idle_tss_sel
-member CPU_INFO_ASTPENDING ci_astpending
member CPU_INFO_ILEVEL ci_ilevel
member CPU_INFO_IDEPTH ci_idepth
member CPU_INFO_ISOURCES ci_isources
diff --git a/sys/arch/amd64/include/cpu.h b/sys/arch/amd64/include/cpu.h
index f07e3935b32..4d5d5c9a211 100644
--- a/sys/arch/amd64/include/cpu.h
+++ b/sys/arch/amd64/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.27 2007/05/06 03:37:08 gwk Exp $ */
+/* $OpenBSD: cpu.h,v 1.28 2007/05/07 19:10:31 kettenis Exp $ */
/* $NetBSD: cpu.h,v 1.1 2003/04/26 18:39:39 fvdl Exp $ */
/*-
@@ -101,7 +101,6 @@ struct cpu_info {
void (*ci_info)(struct cpu_info *);
int ci_want_resched;
- int ci_astpending;
struct x86_cache_info ci_cinfo[CAI_COUNT];