diff options
author | Alex Williamson <alex.williamson@hp.com> | 2009-12-01 00:51:44 +0300 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2009-12-05 02:52:43 +0300 |
commit | 59353ea30e65ab3ae181d6175e3212e1361c3787 (patch) | |
tree | 4fc54f9c8e3b4dd5af6d7f125739ccac9f9d6410 /drivers/pci/pcie/portdrv.h | |
parent | 04b55c4732780381410e52db0e9bfb7661f2b4b3 (diff) | |
download | linux-59353ea30e65ab3ae181d6175e3212e1361c3787.tar.xz |
PCI: Always set prefetchable base/limit upper32 registers
Prior to 1f82de10 we always initialized the upper 32bits of the
prefetchable memory window, regardless of the address range used.
Now we only touch it for a >32bit address, which means the upper32
registers remain whatever the BIOS initialized them too.
It's valid for the BIOS to set the upper32 base/limit to
0xffffffff/0x00000000, which makes us program prefetchable ranges
like 0xffffffffabc00000 - 0x00000000abc00000
Revert the chunk of 1f82de10 that made this conditional so we always
write the upper32 registers and remove now unused pref_mem64 variable.
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'drivers/pci/pcie/portdrv.h')
0 files changed, 0 insertions, 0 deletions