commit | a557aae29cf5916295c234d4b10ba3f8f29b8a96 | [log] [tgz] |
---|---|---|
author | Yinghai Lu <yinghai@kernel.org> | Tue Dec 22 15:40:40 2009 -0800 |
committer | H. Peter Anvin <hpa@zytor.com> | Mon Jan 04 13:21:51 2010 -0800 |
tree | 157bc14fd71d335130973d3e0a2a0980df67a8cb | |
parent | 9dad0fd5a73d4048dff18069733c0b515f68df74 [diff] |
x86/pci: Intel ioh bus num reg accessing fix It is above 0x100 (PCI-Express extended register space), so if mmconf is not enable, we can't access it. [ hpa: changed the bound from 0x200 to 0x120, which is the tight bound. ] Reported-by: Jens Axboe <jens.axboe@oracle.com> Signed-off-by: Yinghai Lu <yinghai@kernel.org> LKML-Reference: <1261525263-13763-3-git-send-email-yinghai@kernel.org> Signed-off-by: H. Peter Anvin <hpa@zytor.com>