On Wed, 14 Sep 2016, Emmanuel Vadot wrote:
Bruce Evans wrote:
On Wed, 14 Sep 2016, Emmanuel Vadot wrote:
Log:
ufsread: Do not cast struct direct from void *
This cause alignment problem on ARM (and possibly other archs), instead copy
it.
...
This looks like a good pessimization for spa
Hi Bruce,
On Thu, 15 Sep 2016 05:37:19 +1000 (EST)
Bruce Evans wrote:
> On Wed, 14 Sep 2016, Emmanuel Vadot wrote:
>
> > Log:
> > ufsread: Do not cast struct direct from void *
> > This cause alignment problem on ARM (and possibly other archs), instead
> > copy it.
> >
> > MFC after: 1 we
On Wed, 14 Sep 2016, Emmanuel Vadot wrote:
Log:
ufsread: Do not cast struct direct from void *
This cause alignment problem on ARM (and possibly other archs), instead copy
it.
MFC after: 1 week
Modified:
head/sys/boot/common/ufsread.c
Modified: head/sys/boot/common/ufsread.c
Author: manu
Date: Wed Sep 14 17:43:32 2016
New Revision: 305814
URL: https://svnweb.freebsd.org/changeset/base/305814
Log:
ufsread: Do not cast struct direct from void *
This cause alignment problem on ARM (and possibly other archs), instead copy
it.
MFC after:1 week
Modified:
he