summaryrefslogtreecommitdiff
path: root/arch/sparc/kernel/hvcalls.S
diff options
context:
space:
mode:
authoroftedal <oftedal@gmail.com>2013-10-18 22:28:29 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-04-26 17:13:18 -0700
commit10d52681f0d0d0b93aaf8efdaadac468e1bd872f (patch)
treedf0e065a11dcd49dc8a8b58ae2288a7484ee0137 /arch/sparc/kernel/hvcalls.S
parent04477075793234a9cd5411b3fe359f8506b0734e (diff)
sparc: PCI: Fix incorrect address calculation of PCI Bridge windows on Simba-bridges
[ Upstream commit 557fc5873ef178c4b3e1e36a42db547ecdc43f9b ] The SIMBA APB Bridges lacks the 'ranges' of-property describing the PCI I/O and memory areas located beneath the bridge. Faking this information has been performed by reading range registers in the APB bridge, and calculating the corresponding areas. In commit 01f94c4a6ced476ce69b895426fc29bfc48c69bd ("Fix sabre pci controllers with new probing scheme.") a bug was introduced into this calculation, causing the PCI memory areas to be calculated incorrectly: The shift size was set to be identical for I/O and MEM ranges, which is incorrect. This patch set the shift size of the MEM range back to the value used before 01f94c4a6ced476ce69b895426fc29bfc48c69bd. Signed-off-by: Kjetil Oftedal <oftedal@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/sparc/kernel/hvcalls.S')
0 files changed, 0 insertions, 0 deletions