svn commit: r275565 - head/sys/cddl/contrib/opensolaris/uts/common/sys
Andrew Turner
andrew at FreeBSD.org
Sat Dec 6 12:03:10 UTC 2014
Author: andrew
Date: Sat Dec 6 12:03:09 2014
New Revision: 275565
URL: https://svnweb.freebsd.org/changeset/base/275565
Log:
Apply the same fix in r274697 to the ARM case.
Modified:
head/sys/cddl/contrib/opensolaris/uts/common/sys/isa_defs.h
Modified: head/sys/cddl/contrib/opensolaris/uts/common/sys/isa_defs.h
==============================================================================
--- head/sys/cddl/contrib/opensolaris/uts/common/sys/isa_defs.h Sat Dec 6 11:59:35 2014 (r275564)
+++ head/sys/cddl/contrib/opensolaris/uts/common/sys/isa_defs.h Sat Dec 6 12:03:09 2014 (r275565)
@@ -377,7 +377,9 @@ extern "C" {
/*
* Define the appropriate "implementation choices".
*/
+#if !defined(_ILP32)
#define _ILP32
+#endif
#if !defined(_I32LPx) && defined(_KERNEL)
#define _I32LPx
#endif
More information about the svn-src-head
mailing list