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:
c2eeb32
)
[IA64] operator priority fix in acpi_map_lsapic()
author
Roel Kluin
<12o3l@tiscali.nl>
Fri, 7 Dec 2007 22:59:30 +0000
(14:59 -0800)
committer
Tony Luck
<tony.luck@intel.com>
Sat, 8 Dec 2007 00:12:30 +0000
(16:12 -0800)
'!' has a higher priority than '&', so as was
this won't test the first bit, but rather evaluates to false for any non-zero
lsapic->lapic_flags.
Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
Acked-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Tony Luck <tony.luck@intel.com>
No differences found