diff options
author | Takahisa Tanaka <mc74hc00@gmail.com> | 2013-01-14 11:01:57 +0900 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-14 11:26:10 -0700 |
commit | cc3edac76f8f5e8b0217874f80c0cb6b0774ee7a (patch) | |
tree | 4d0dd42017dadece740ff069bc8bb7317b665326 /drivers/iommu | |
parent | f328def5abd814b392fe4dda89ca8a72eff26261 (diff) | |
download | linux-stable-cc3edac76f8f5e8b0217874f80c0cb6b0774ee7a.tar.gz linux-stable-cc3edac76f8f5e8b0217874f80c0cb6b0774ee7a.tar.bz2 linux-stable-cc3edac76f8f5e8b0217874f80c0cb6b0774ee7a.zip |
watchdog: sp5100_tco: Fix wrong indirect I/O access for getting value of reserved bits
commit 10ab329b5db7e592a3a60b4594e4e5f40b60c45c upstream.
In case of SB800 or later chipset and re-programming MMIO address(*),
sp5100_tco module may read incorrect value of reserved bit, because the module
reads a value from an incorrect I/O address. However, this bug doesn't cause
a problem, because when re-programming MMIO address, by chance the module
writes zero (this is BIOS's default value) to the low three bits of register.
* In most cases, PC with SB8x0 or later chipset doesn't need to re-programming
MMIO address, because such PC can enable AcpiMmio and can use 0xfed80b00 for
watchdog register base address.
This patch fixes this bug.
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=43176
Signed-off-by: Takahisa Tanaka <mc74hc00@gmail.com>
Tested-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/iommu')
0 files changed, 0 insertions, 0 deletions