commit | 1f07e988290fc45932f5028c9e2a862c37a57336 | [log] [tgz] |
---|---|---|
author | Andi Kleen <andi@firstfloor.org> | Mon Feb 11 01:35:20 2008 +0100 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon Feb 11 09:20:50 2008 -0800 |
tree | db0a20e2ead6a865af786e09e90ce1159a277c9e | |
parent | 0c0d61ca93d111c521182c0909e478fa709e05c6 [diff] |
Prevent IDE boot ops on NUMA system Without this patch a Opteron test system here oopses at boot with current git. Calling to_pci_dev() on a NULL pointer gives a negative value so the following NULL pointer check never triggers and then an illegal address is referenced. Check the unadjusted original device pointer for NULL instead. Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>