mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix build failure due to missing CPU_SPINWAIT definition.
This commit is contained in:
parent
8d13fecf5f
commit
a4cee496bc
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue