diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2012-11-05 19:39:36 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2012-11-05 19:39:36 +0000 |
commit | a1766a47fd070df70c1d83e94e0f768bf2770df1 (patch) | |
tree | 8e05700622657ebb1155c9d6a3ee7bd92c4f5d3b /sys/arch/mips64 | |
parent | f315fad1aa6b7ebad4b0a85d8234478d781e2fe8 (diff) |
unifdef -D __HAVE_TIMECOUNTER
Diffstat (limited to 'sys/arch/mips64')
-rw-r--r-- | sys/arch/mips64/include/_types.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mips64/include/_types.h b/sys/arch/mips64/include/_types.h index 42107996609..3c657d9203e 100644 --- a/sys/arch/mips64/include/_types.h +++ b/sys/arch/mips64/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.11 2011/11/15 17:12:14 deraadt Exp $ */ +/* $OpenBSD: _types.h,v 1.12 2012/11/05 19:39:34 miod Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -160,7 +160,6 @@ typedef struct label_t { #define __SWAP_BROKEN /* Feature test macros */ -#define __HAVE_TIMECOUNTER #define __HAVE_EXEC_MD_MAP #endif /* _MIPS64__TYPES_H_ */ |