From add4eed0a2abea3951206f504330ee5daf8c178a Mon Sep 17 00:00:00 2001 From: Andy Lutomirski Date: Fri, 30 May 2014 08:48:49 -0700 Subject: [PATCH] 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 Link: http://lkml.kernel.org/r/2cf258df123cb24bad63c274c8563c050547d99d.1401464755.git.luto@amacapital.net Signed-off-by: H. Peter Anvin --- Reading git-format-patch failed