Fix build failure due to missing CPU_SPINWAIT definition.

This commit is contained in:
Jason Evans 2015-08-18 08:10:46 +00:00
parent 8d13fecf5f
commit a4cee496bc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=286871

View file

@ -57,6 +57,10 @@
# define JEMALLOC_TLS_MODEL /* Default. */
#endif
#ifndef CPU_SPINWAIT
# define CPU_SPINWAIT do {} while (0)
#endif
#define STATIC_PAGE_SHIFT PAGE_SHIFT
#define LG_SIZEOF_INT 2
#define LG_SIZEOF_LONG LG_SIZEOF_PTR