Dear Rob Herring,
In message <1369176276-1895-2-git-send-email-robherri...@gmail.com> you wrote:
>
> gcc 4.7 will generate unaligned accesses to local char arrays, so make
> them static to avoid that.
>
> Signed-off-by: Rob Herring
> ---
> drivers/block/ahci.c | 2 +-
> 1 file changed, 1 inser
On Tue, May 21, 2013 at 05:44:31PM -0500, Rob Herring wrote:
> From: Rob Herring
>
> gcc 4.7 will generate unaligned accesses to local char arrays, so make
> them static to avoid that.
>
> Signed-off-by: Rob Herring
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signatur
From: Rob Herring
gcc 4.7 will generate unaligned accesses to local char arrays, so make
them static to avoid that.
Signed-off-by: Rob Herring
---
drivers/block/ahci.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/block/ahci.c b/drivers/block/ahci.c
index b89be06.
3 matches
Mail list logo