diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-03-20 18:41:08 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-03-20 18:41:08 +0000 |
commit | 98bde83089acb78a73d619de34da67c678906f5c (patch) | |
tree | 731ff679e20fe149baacabafff4f0979aeb9619a /sys/arch/mips64/include | |
parent | de205eb784cd13060a4e090ea170659a2d3fcb40 (diff) |
Switch sgi to __HAVE_GENERIC_SOFT_INTERRUPTS.
Diffstat (limited to 'sys/arch/mips64/include')
-rw-r--r-- | sys/arch/mips64/include/_types.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mips64/include/_types.h b/sys/arch/mips64/include/_types.h index 4531dfd5efb..e0a6e038263 100644 --- a/sys/arch/mips64/include/_types.h +++ b/sys/arch/mips64/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.5 2008/07/21 20:50:54 martynas Exp $ */ +/* $OpenBSD: _types.h,v 1.6 2009/03/20 18:41:06 miod Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -134,6 +134,7 @@ typedef struct label_t { #define __SWAP_BROKEN /* Feature test macros */ +#define __HAVE_GENERIC_SOFT_INTERRUPTS #define __HAVE_TIMECOUNTER #endif /* _MIPS64__TYPES_H_ */ |