commit | ec0f08eeea6ac1d8c925f47e3677e4c985fd8f63 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Fri Apr 07 19:49:36 2006 +0200 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Apr 09 11:53:51 2006 -0700 |
tree | 053ede4e6c6648dc8d927a2ad17ef5e03069b3a2 | |
parent | fa47dd0ba303599f8adf8d8336ed2fb74efc47c5 [diff] |
[PATCH] x86_64: Don't sanity check Type 1 PCI bus access on newer systems Horus systems don't have anything on bus 0 which makes the Type 1 sanity checks fail. Use the DMI BIOS year to check for newer systems and always assume Type 1 works on them. I used 2001 as an pretty arbitary cutoff year. Cc: gregkh@suse.de Cc: Navin Boppuri <navin.boppuri@newisys.com> Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>