diff options
author | Jin Dongming <jin.dongming@np.css.fujitsu.com> | 2010-09-29 13:53:52 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2010-09-29 20:02:16 +0200 |
commit | bad97c37db9c1ee36de8ac58f9f73931d15a2e94 (patch) | |
tree | 49220b98d5311caf598fd3a6dec3daf7566ec97d /fs | |
parent | ACPI, APEI, Fix APEI related table size checking (diff) | |
download | linux-bad97c37db9c1ee36de8ac58f9f73931d15a2e94.tar.xz linux-bad97c37db9c1ee36de8ac58f9f73931d15a2e94.zip |
ACPI, APEI, Fix acpi_pre_map() return value
After we ioremap() a new region, we call __acpi_try_ioremap() to
see whether another thread has already mapped the same region.
This check clobbers "vaddr", so compute the return value of
acpi_pre_map() using the ioremap() result "map->vaddr" instead.
v2:
Modified the unsuitable description of patch.
v3:
Removed unlikely() check and made description simpler.
Signed-off-by: Jin Dongming <jin.dongming@np.css.fujitsu.com>
Reviewed-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Huang Ying <ying.huang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions