Skip to content
Commit 8665596e authored by H. Peter Anvin's avatar H. Peter Anvin
Browse files

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: default avatarH. Peter Anvin <hpa@zytor.com>
parent 939b7871
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment