[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20100916104155.GB7837@rakim.wolfsonmicro.main>
Date: Thu, 16 Sep 2010 11:41:55 +0100
From: Mark Brown <broonie@...nsource.wolfsonmicro.com>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: David Woodhouse <David.Woodhouse@...el.com>,
linux-kernel@...r.kernel.org, patches@...nsource.wolfsonmicro.com
Subject: Re: [PATCH] ihex: Add support for CS:IP/EIP records
On Wed, Sep 15, 2010 at 02:27:44PM -0700, Andrew Morton wrote:
> Mark Brown <broonie@...nsource.wolfsonmicro.com> wrote:
> > + data32 = &record->data[0];
> > + *data32 = htonl(*data32);
> firmware/ihex2fw.c: In function 'process_ihex':
> firmware/ihex2fw.c:231: warning: assignment from incompatible pointer type
Which architecture are you using - my AMD64 system isn't noticing these
things for me?
> And afacit data[] isn't 32-bit aligned and I don't know that all
> architectures support htonl() against a misaligned pointer.
We're pretty much safe in userspace, if the hardware doesn't support it
then as far as I'm aware pretty much all OSs do a software fixup. This
isn't great for performance but works.
> I'll drop the patch.
OK, I'll spin it later today.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists