commit | add4eed0a2abea3951206f504330ee5daf8c178a | [log] [tgz] |
---|---|---|
author | Andy Lutomirski <luto@amacapital.net> | Fri May 30 08:48:49 2014 -0700 |
committer | H. Peter Anvin <hpa@linux.intel.com> | Fri May 30 16:58:43 2014 -0700 |
tree | 887492cf9d0f28135e9c353a5ceafe6d3e633247 | |
parent | 011561837dad082a92c0537db2d134e66419c6ad [diff] |
x86/vdso, build: Fix cross-compilation from big-endian architectures This adds a macro GET(x) to convert x from big-endian to little-endian. Hopefully I put it everywhere it needs to go and got all the cases needed for everyone's linux/elf.h. Signed-off-by: Andy Lutomirski <luto@amacapital.net> Link: http://lkml.kernel.org/r/2cf258df123cb24bad63c274c8563c050547d99d.1401464755.git.luto@amacapital.net Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>