Date: Sat, 30 Apr 2011 05:28:54 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs txg.c Message-ID: <201104300529.p3U5T5V1029535@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2011-04-30 05:28:54 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/cddl/contrib/opensolaris/uts/common/fs/zfs txg.c
Log:
SVN rev 221242 on 2011-04-30 05:28:54Z by marcel
Unbreak non-x86 and in particular ia64, The default stack size
on ia64 is 32KB. Unconditionally hardcoding a 16KB stack for
reasons of increasing the stack size on i386 is just wrong. If
the size was indeed expressed in terms of pages, as the commit
log suggested, then it would happen to be just right for ia64,
though only accidentally.
Pointy hat: avg, pjd
Revision Changes Path
1.3.2.6 +5 -1 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/txg.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104300529.p3U5T5V1029535>
