commit | 8665596ec05498525014436520b316ba174a068a | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Wed Nov 12 10:27:35 2008 -0800 |
committer | H. Peter Anvin <hpa@zytor.com> | Wed Nov 12 10:27:35 2008 -0800 |
tree | 84b60a30d94e91f5a0f30160bdea6b68dcb86492 | |
parent | 939b787130bf22887a09d8fd2641a094dcef8c22 [diff] |
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>