commit | 42f3ab42875a52af7e711803bfb8d8d7cca84c1c | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Fri Dec 16 11:08:55 2005 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Dec 16 11:25:25 2005 -0800 |
tree | cb07374ba0f88582339a8f214ef8db81e4ee1b85 | |
parent | 52f975ea21e28871a371c2d941e13d64c9f8cd66 [diff] |
[PATCH] PCI: Fix dumb bug in mmconfig fix Use correct address when referencing mmconfig aperture while checking for broken MCFG. This was a typo when porting the code from 64bit to 32bit. It caused oopses at boot on some ThinkPads. Should definitely go into 2.6.15. Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>