From 1819582cdf2a4dc9564374b00aa44eb297b4a34d Mon Sep 17 00:00:00 2001 From: jhb Date: Tue, 18 Dec 2001 22:42:09 +0000 Subject: Axe stale extern for a non-existent variable. --- sys/amd64/isa/intr_machdep.h | 1 - sys/i386/isa/intr_machdep.h | 1 - 2 files changed, 2 deletions(-) diff --git a/sys/amd64/isa/intr_machdep.h b/sys/amd64/isa/intr_machdep.h index cfab097..39bffb9 100644 --- a/sys/amd64/isa/intr_machdep.h +++ b/sys/amd64/isa/intr_machdep.h @@ -139,7 +139,6 @@ extern u_long *intr_countp[]; /* pointers into intrcnt[] */ extern driver_intr_t *intr_handler[]; /* C entry points of intr handlers */ extern struct ithd *ithds[]; extern void *intr_unit[]; /* cookies to pass to intr handlers */ -extern struct ithd softinterrupt; /* soft interrupt thread */ inthand_t IDTVEC(fastintr0), IDTVEC(fastintr1), diff --git a/sys/i386/isa/intr_machdep.h b/sys/i386/isa/intr_machdep.h index cfab097..39bffb9 100644 --- a/sys/i386/isa/intr_machdep.h +++ b/sys/i386/isa/intr_machdep.h @@ -139,7 +139,6 @@ extern u_long *intr_countp[]; /* pointers into intrcnt[] */ extern driver_intr_t *intr_handler[]; /* C entry points of intr handlers */ extern struct ithd *ithds[]; extern void *intr_unit[]; /* cookies to pass to intr handlers */ -extern struct ithd softinterrupt; /* soft interrupt thread */ inthand_t IDTVEC(fastintr0), IDTVEC(fastintr1), -- cgit v1.1