x86: fix up the new IRQ code for older versions of gas
authorH. Peter Anvin <hpa@zytor.com>
Wed, 12 Nov 2008 18:27:35 +0000 (10:27 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 12 Nov 2008 18:27:35 +0000 (10:27 -0800)
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 <hpa@zytor.com>

No differences found