commit | 62c2c5cf387beb4bbf45045c3041dc9cfb40e5df | [log] [tgz] |
---|---|---|
author | Daniel Axtens <dja@axtens.net> | Tue Jul 12 10:54:51 2016 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Thu Jul 14 20:44:03 2016 +1000 |
tree | 1b0894875f1403c9a9b06cccc2d3a9223cfbe9d1 | |
parent | f8750513b7001d5ae96313d4e19f782b56f1beb7 [diff] |
powerpc/sparse: Pass endianness to sparse Explicitly give sparse an endianness in the Makefile, so that it doesn't get confused. Normally we have #ifdef one and #else the other, so it doesn't usually matter, but we have been bitten by it before, and indeed this patch fixes a number of sparse errors. Suggested-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Daniel Axtens <dja@axtens.net> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>