aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-08-15 19:39:54 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-08-15 19:39:54 +0000
commitd89c83bef12ed9db533f6f198008401d5123ac01 (patch)
treedb1693823aa2b8045aaf177ff5d15470369dc8c0
parent504d39109f940c3515fcbba233ae2abe6a9ba74a (diff)
The 'astpending' variable is already declared in trap.c (and unused in
FreeBSD besides).
Notes
Notes: svn path=/head/; revision=81726
-rw-r--r--sys/powerpc/powerpc/extintr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/powerpc/powerpc/extintr.c b/sys/powerpc/powerpc/extintr.c
index 9f4ac2907c4e..1b93dd2dcd0e 100644
--- a/sys/powerpc/powerpc/extintr.c
+++ b/sys/powerpc/powerpc/extintr.c
@@ -90,7 +90,6 @@ static __inline void openpic_eoi __P((int));
unsigned int imen = 0xffffffff;
u_int cpl, ipending, tickspending;
-int astpending;
int imask[NIPL];
int intrtype[NIRQ], intrmask[NIRQ], intrlevel[NIRQ];