From: Andi Kleen Date: Tue, 23 Aug 2005 01:14:27 +0000 (+0200) Subject: [PATCH] x86_64: Don't oops at boot when empty Opteron node has IO X-Git-Tag: v2.6.13-rc7~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3813fcf105814d06b47fa586f6b61f3cff1cefc;p=pandora-kernel.git [PATCH] x86_64: Don't oops at boot when empty Opteron node has IO The code to detect IO links on Opteron would not check if the node had actually memory. This could lead to pci_bus_to_node returning an invalid node, which might cause crashes later when dma_alloc_coherent passes it to page_alloc_node(). The bug has been there forever but for some reason it is causing now crashes. Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed