From: Andi Kleen Date: Mon, 11 Feb 2008 00:35:20 +0000 (+0100) Subject: Prevent IDE boot ops on NUMA system X-Git-Tag: v2.6.25-rc2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f07e988290fc45932f5028c9e2a862c37a57336;p=pandora-kernel.git 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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed