Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IA64] operator priority fix in acpi_map_lsapic()
'!' 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>
- Loading branch information