Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Dec 2014 12:03:10 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r275565 - head/sys/cddl/contrib/opensolaris/uts/common/sys
Message-ID:  <201412061203.sB6C3An1059112@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412061203.sB6C3An1059112>