Merge branch 'fix-stack-ztest' into refs/top-bases/fix-branch
This commit is contained in:
commit
a2cf158872
|
@ -205,7 +205,7 @@ _NOTE(CONSTCOND) } while (0)
|
||||||
*/
|
*/
|
||||||
#define TS_MAGIC 0x72f158ab4261e538ull
|
#define TS_MAGIC 0x72f158ab4261e538ull
|
||||||
#define TS_RUN 0x00000002
|
#define TS_RUN 0x00000002
|
||||||
#ifdef _linux_
|
#ifdef __linux__
|
||||||
#define STACK_SIZE 8192 /* Linux x86 and amd64 */
|
#define STACK_SIZE 8192 /* Linux x86 and amd64 */
|
||||||
#else
|
#else
|
||||||
#define STACK_SIZE 24576 /* Solaris */
|
#define STACK_SIZE 24576 /* Solaris */
|
||||||
|
|
Loading…
Reference in New Issue