From: H. Peter Anvin Date: Wed, 4 Jun 2014 20:16:48 +0000 (-0700) Subject: x86, build: Change code16gcc.h from a C header to an assembly header X-Git-Tag: omap-for-v3.17/fixes-against-rc2~176^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9cfccee6604854aebc70215610b9788667f4fec;p=pandora-kernel.git x86, build: Change code16gcc.h from a C header to an assembly header By changing code16gcc.h from a C header to an assembly header and use the -Wa,... option to gcc to force it to be added to the assembly input, we can avoid the problems with gcc reordering code bits on us. If we have -m16, we still use it, of course. Suggested-by: Kevin O'Connor Signed-off-by: H. Peter Anvin Link: http://lkml.kernel.org/n/tip-xw8ibgdemucl9fz3i1bymu6w@git.kernel.org --- Reading git-diff-tree failed