Date: Wed, 01 Oct 2014 19:21:28 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 194071] zfsloader broken on sparc64 since r268649 Message-ID: <bug-194071-8-4ZCZjt2tIX@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-194071-8@https.bugs.freebsd.org/bugzilla/> References: <bug-194071-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194071 --- Comment #4 from lidl@pix.net --- (In reply to Xin LI from comment #3) > Do we need the same treatment on the ZFS copy of lz4.c? > (sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lz4.c)? That code has wrapped with: #ifndef LZ4_FORCE_UNALIGNED_ACCESS #pragma pack(1) #endif <code> #ifndef LZ4_FORCE_UNALIGNED_ACCESS #pragma pack() #endif So it has already been treated in the same manner. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194071-8-4ZCZjt2tIX>