diff options
| author | thorpej <thorpej@NetBSD.org> | 2001-05-11 04:42:41 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2001-05-11 04:42:41 +0000 |
| commit | fc4bcdcdf26d277efb03c33f9d62f2d81d3caf56 (patch) | |
| tree | de87851d00242488859e69f750427e31c96c8f06 /sys | |
| parent | a8a801d6f3da0625a1ede5badc5cbd5eb8ca4f48 (diff) | |
We now have generic soft interrupts.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/sgimips/include/types.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sgimips/include/types.h b/sys/arch/sgimips/include/types.h index 117966bcc22..e9dbac8ddf2 100644 --- a/sys/arch/sgimips/include/types.h +++ b/sys/arch/sgimips/include/types.h @@ -1,3 +1,5 @@ -/* $NetBSD: types.h,v 1.1 2000/06/14 15:40:01 soren Exp $ */ +/* $NetBSD: types.h,v 1.2 2001/05/11 04:42:41 thorpej Exp $ */ #include <mips/types.h> + +#define __HAVE_GENERIC_SOFT_INTERRUPTS |
