Fri Jan 27 17:22:16 2017 UTC ()
remove __HAVE_COMPAT_NETBSD32


(christos)
diff -r1.65 -r1.66 src/sys/arch/mips/include/types.h

cvs diff -r1.65 -r1.66 src/sys/arch/mips/include/types.h (expand / switch to unified diff)

--- src/sys/arch/mips/include/types.h 2017/01/26 15:55:10 1.65
+++ src/sys/arch/mips/include/types.h 2017/01/27 17:22:16 1.66
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1/* $NetBSD: types.h,v 1.65 2017/01/26 15:55:10 christos Exp $ */ 1/* $NetBSD: types.h,v 1.66 2017/01/27 17:22:16 christos Exp $ */
2 2
3/*- 3/*-
4 * Copyright (c) 1992, 1993 4 * Copyright (c) 1992, 1993
5 * The Regents of the University of California. All rights reserved. 5 * The Regents of the University of California. All rights reserved.
6 * 6 *
7 * This code is derived from software contributed to Berkeley by 7 * This code is derived from software contributed to Berkeley by
8 * Ralph Campbell. 8 * Ralph Campbell.
9 * 9 *
10 * Redistribution and use in source and binary forms, with or without 10 * Redistribution and use in source and binary forms, with or without
11 * modification, are permitted provided that the following conditions 11 * modification, are permitted provided that the following conditions
12 * are met: 12 * are met:
13 * 1. Redistributions of source code must retain the above copyright 13 * 1. Redistributions of source code must retain the above copyright
14 * notice, this list of conditions and the following disclaimer. 14 * notice, this list of conditions and the following disclaimer.
@@ -158,16 +158,15 @@ typedef __uint32_t tlb_asid_t; @@ -158,16 +158,15 @@ typedef __uint32_t tlb_asid_t;
158#define __HAVE_ATOMIC64_OPS 158#define __HAVE_ATOMIC64_OPS
159#endif 159#endif
160 160
161#if defined(_KERNEL) 161#if defined(_KERNEL)
162#define __HAVE_RAS 162#define __HAVE_RAS
163#if defined(_LP64) 163#if defined(_LP64)
164#define __HAVE_CPU_VMSPACE_EXEC 164#define __HAVE_CPU_VMSPACE_EXEC
165#endif 165#endif
166#endif /* _KERNEL */ 166#endif /* _KERNEL */
167 167
168#define __HAVE_MM_MD_DIRECT_MAPPED_PHYS 168#define __HAVE_MM_MD_DIRECT_MAPPED_PHYS
169#define __HAVE_MM_MD_KERNACC 169#define __HAVE_MM_MD_KERNACC
170#define __HAVE_MM_MD_CACHE_ALIASING 170#define __HAVE_MM_MD_CACHE_ALIASING
171#define __HAVE_COMPAT_NETBSD32 
172 171
173#endif /* _MIPS_TYPES_H_ */ 172#endif /* _MIPS_TYPES_H_ */