Merge commit 'refs/top-bases/linux-kernel-module' into linux-kernel-module

This commit is contained in:
Brian Behlendorf 2010-07-21 10:09:58 -07:00
commit 47ae2dcfd3
2 changed files with 3 additions and 1 deletions

View File

@ -153,3 +153,5 @@ libzpool_la_SOURCES = \
${top_srcdir}/module/zfs/include/sys/fm/protocol.h \ ${top_srcdir}/module/zfs/include/sys/fm/protocol.h \
${top_srcdir}/module/zfs/include/sys/fm/util.h \ ${top_srcdir}/module/zfs/include/sys/fm/util.h \
${top_srcdir}/module/zfs/include/sys/fm/fs/zfs.h ${top_srcdir}/module/zfs/include/sys/fm/fs/zfs.h
libzpool_la_LDFLAGS = -pthread

View File

@ -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 */