git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
939b787
)
x86: fix up the new IRQ code for older versions of gas
author
H. Peter Anvin
<hpa@zytor.com>
Wed, 12 Nov 2008 18:27:35 +0000
(10:27 -0800)
committer
H. 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