diff options
| author | Jake Burkholder <jake@FreeBSD.org> | 2000-12-08 10:39:00 +0000 |
|---|---|---|
| committer | Jake Burkholder <jake@FreeBSD.org> | 2000-12-08 10:39:00 +0000 |
| commit | 600272dedff982eb86b55d7eaecef9755e708a00 (patch) | |
| tree | aaf20265c9f8e0251f0c7e4351b45fb1d21da707 | |
| parent | ce7d82114d9c96601825b9c429052727875969ce (diff) | |
Notes
| -rw-r--r-- | sys/sys/ipl.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/sys/sys/ipl.h b/sys/sys/ipl.h index 5838f4e035e0..009104d7f8cf 100644 --- a/sys/sys/ipl.h +++ b/sys/sys/ipl.h @@ -51,26 +51,4 @@ #define SWI_TQ 5 #define SWI_CLOCK 6 -/* - * Corresponding interrupt-pending bits for ipending. - */ -#define SWI_TTY_PENDING (1 << SWI_TTY) -#define SWI_NET_PENDING (1 << SWI_NET) -#define SWI_CAMNET_PENDING (1 << SWI_CAMNET) -#define SWI_CAMBIO_PENDING (1 << SWI_CAMBIO) -#define SWI_VM_PENDING (1 << SWI_VM) -#define SWI_TQ_PENDING (1 << SWI_TQ) -#define SWI_CLOCK_PENDING (1 << SWI_CLOCK) - -#ifndef LOCORE -/* - * spending and sdelayed are changed by interrupt handlers so they are - * volatile. - */ - -extern volatile u_int sdelayed; /* interrupts to become pending */ -extern volatile u_int spending; /* pending software interrupts */ - -#endif /* !LOCORE */ - #endif /* !_SYS_IPL_H_ */ |
