Module Name:    src
Committed By:   christos
Date:           Fri Jan 27 17:21:51 UTC 2017

Modified Files:
        src/sys/arch/arm/include: types.h

Log Message:
remove __HAVE_COMPAT_NETBSD32


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/arm/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/arm/include/types.h
diff -u src/sys/arch/arm/include/types.h:1.33 src/sys/arch/arm/include/types.h:1.34
--- src/sys/arch/arm/include/types.h:1.33	Thu Jan 26 10:55:09 2017
+++ src/sys/arch/arm/include/types.h	Fri Jan 27 12:21:51 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: types.h,v 1.33 2017/01/26 15:55:09 christos Exp $	*/
+/*	$NetBSD: types.h,v 1.34 2017/01/27 17:21:51 christos Exp $	*/
 
 /*
  * Copyright (c) 1990 The Regents of the University of California.
@@ -90,7 +90,6 @@ typedef	int		__register_t;
 #if defined(__ARM_EABI__) && defined(_ARM_ARCH_6)
 #define	__HAVE_ATOMIC64_OPS
 #endif
-#define	__HAVE_COMPAT_NETBSD32
 
 #if defined(_KERNEL) || defined(_KMEMUSER)
 #define	PCU_FPU			0

Reply via email to