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)
commit8665596ec05498525014436520b316ba174a068a
tree84b60a30d94e91f5a0f30160bdea6b68dcb86492
parent939b787130bf22887a09d8fd2641a094dcef8c22
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 <hpa@zytor.com>
arch/x86/kernel/entry_32.S
arch/x86/kernel/entry_64.S