Author: emaste
Date: Thu Mar 12 08:52:00 2015
New Revision: 279909
URL: https://svnweb.freebsd.org/changeset/base/279909

Log:
  Add aarch64 (arm64) #define for jemalloc
  
  Sponsored by: The FreeBSD Foundation

Modified:
  head/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h

Modified: head/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h
==============================================================================
--- head/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h   Thu Mar 12 
08:40:32 2015        (r279908)
+++ head/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h   Thu Mar 12 
08:52:00 2015        (r279909)
@@ -40,6 +40,9 @@
 #ifdef __arm__
 #  define LG_SIZEOF_PTR                2
 #endif
+#ifdef __aarch64__
+#  define LG_SIZEOF_PTR                3
+#endif
 #ifdef __mips__
 #ifdef __mips_n64
 #  define LG_SIZEOF_PTR                3
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to