mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-26 18:16:26 +00:00
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>
This commit is contained in:
parent
939b787130
commit
8665596ec0
2 changed files with 4 additions and 4 deletions
Loading…
Add table
Add a link
Reference in a new issue