diff options
author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-10-31 20:22:08 +0300 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2017-11-02 09:52:25 +0300 |
commit | 3b42c17a7e264ce4b351d2de205d4c39f725af0f (patch) | |
tree | 9c87205ea068029c3bc3464fa887d4054e9a2fea /arch/s390/kernel/entry.S | |
parent | b82a5e4ea8f6de3cae47fc6223b1372fcf8f1081 (diff) | |
download | linux-3b42c17a7e264ce4b351d2de205d4c39f725af0f.tar.xz |
s390: pass endianness info to sparse
s390 is big-endian only but sparse assumes the same endianness
as the building machine.
This is problematic for code which expect __BYTE_ORDER__ being
correctly predefined by the compiler which sparse can then
pre-process differently from what gcc would, depending on the
building machine endianness.
Fix this by letting sparse know about the architecture endianness.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/entry.S')
0 files changed, 0 insertions, 0 deletions