From: H. Peter Anvin Date: Sat, 31 May 2014 00:03:22 +0000 (-0700) Subject: x86/vdso, build: Make LE access macros clearer, host-safe X-Git-Tag: omap-for-v3.16/fixes-against-rc1~56^2~13^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c191920f737a09a7252088f018f6747f0d2f484d;p=pandora-kernel.git x86/vdso, build: Make LE access macros clearer, host-safe Make it a little clearer what the littleendian access macros in vdso2c.[ch] actually do. This way they can probably also be moved to a central location (e.g. tools/include) for the benefit of other host tools. We should avoid implementation namespace symbols when writing code that is compiling for the compiler host, so avoid names starting with double underscore or underscore-capital. Signed-off-by: H. Peter Anvin Cc: Andy Lutomirski Link: http://lkml.kernel.org/r/2cf258df123cb24bad63c274c8563c050547d99d.1401464755.git.luto@amacapital.net --- Reading git-diff-tree failed