Module Name: src Committed By: christos Date: Fri Jan 27 17:22:39 UTC 2017
Modified Files: src/sys/arch/powerpc/include: types.h Log Message: remove __HAVE_COMPAT_NETBSD32 To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/arch/powerpc/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/powerpc/include/types.h diff -u src/sys/arch/powerpc/include/types.h:1.55 src/sys/arch/powerpc/include/types.h:1.56 --- src/sys/arch/powerpc/include/types.h:1.55 Thu Jan 26 10:55:10 2017 +++ src/sys/arch/powerpc/include/types.h Fri Jan 27 12:22:39 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: types.h,v 1.55 2017/01/26 15:55:10 christos Exp $ */ +/* $NetBSD: types.h,v 1.56 2017/01/27 17:22:39 christos Exp $ */ /*- * Copyright (C) 1995 Wolfgang Solfrank. @@ -99,6 +99,5 @@ typedef __uint32_t tlb_asid_t; /* for b #if defined(_KERNEL) #define __HAVE_RAS #endif -#define __HAVE_COMPAT_NETBSD32 #endif /* _POWERPC_TYPES_H_ */