From: H. Peter Anvin Date: Wed, 12 Nov 2008 18:27:35 +0000 (-0800) Subject: x86: fix up the new IRQ code for older versions of gas X-Git-Tag: v2.6.29-rc1~587^2~1^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8665596ec05498525014436520b316ba174a068a;p=pandora-kernel.git x86: fix up the new IRQ code for older versions of gas Older versions of gas don't implement the C-style != operator, they instead want the Pascal-style <> operator. Change != to <> so we don't break compilation with those old versions of gas. Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed