summaryrefslogtreecommitdiff
path: root/sys/arch/mips64/include
diff options
context:
space:
mode:
authorVisa Hankala <visa@cvs.openbsd.org>2017-01-03 09:51:29 +0000
committerVisa Hankala <visa@cvs.openbsd.org>2017-01-03 09:51:29 +0000
commitd3a948c07c5c08bf51317fc8bae2e1a3501d46ef (patch)
tree7ec043f58e22d686d394f7f4841dfdcc57e8cb65 /sys/arch/mips64/include
parent60e2bb7a1f730f058179fbae1d93763ecbf44ed2 (diff)
Remove #define __SWAP_BROKEN from mips64. The architecture now
has a proper pmap_collect() implementation, and the current uvm_swapout_threads() code does not need other MD interfaces. OK miod@
Diffstat (limited to 'sys/arch/mips64/include')
-rw-r--r--sys/arch/mips64/include/_types.h5
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