Fix a bug with variables named "x86_64".
commit130ba3ade8b9bffacb278b7e3b968224e0919e31
authorChristopher Li <sparse@chrisli.org>
Mon, 30 Jul 2012 08:20:38 +0000 (30 11:20 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 30 Jul 2012 13:13:04 +0000 (30 16:13 +0300)
tree00715827f5b3cb56a9018b72a02b6823c80486f5
parent8076c12f9b94500b4570ab359ec71d8758574d7c
Fix a bug with variables named "x86_64".

The code here is equivalent to adding a "#define x86_64 1". But some
kernel code uses variables named "x86_64" and it breaks the build.
Also GCC doesn't handle x86_64 this way.

I pulled this patch from the mailing list, and added a changelog because
it hasn't been applied to Chris's tree yet.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
lib.c