diff options
Diffstat (limited to 'sys/arch/mips64/include')
-rw-r--r-- | sys/arch/mips64/include/_types.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/mips64/include/_types.h b/sys/arch/mips64/include/_types.h index fe09b41c5d3..686dcb9a732 100644 --- a/sys/arch/mips64/include/_types.h +++ b/sys/arch/mips64/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.20 2015/09/26 16:01:00 guenther Exp $ */ +/* $OpenBSD: _types.h,v 1.21 2017/01/03 09:51:28 visa Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -145,9 +145,6 @@ typedef struct label_t { } label_t; #endif -/* XXX check why this still has to be defined. pmap.c issue? */ -#define __SWAP_BROKEN - /* Feature test macros */ #define __HAVE_EXEC_MD_MAP |