Module Name: src Committed By: christos Date: Fri Jan 27 17:22:16 UTC 2017
Modified Files: src/sys/arch/mips/include: types.h Log Message: remove __HAVE_COMPAT_NETBSD32 To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sys/arch/mips/include/types.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/mips/include/types.h diff -u src/sys/arch/mips/include/types.h:1.65 src/sys/arch/mips/include/types.h:1.66 --- src/sys/arch/mips/include/types.h:1.65 Thu Jan 26 10:55:10 2017 +++ src/sys/arch/mips/include/types.h Fri Jan 27 12:22:16 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: types.h,v 1.65 2017/01/26 15:55:10 christos Exp $ */ +/* $NetBSD: types.h,v 1.66 2017/01/27 17:22:16 christos Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -168,6 +168,5 @@ typedef __uint32_t tlb_asid_t; #define __HAVE_MM_MD_DIRECT_MAPPED_PHYS #define __HAVE_MM_MD_KERNACC #define __HAVE_MM_MD_CACHE_ALIASING -#define __HAVE_COMPAT_NETBSD32 #endif /* _MIPS_TYPES_H_ */