From: Benjamin Herrenschmidt Date: Thu, 17 Aug 2006 01:59:27 +0000 (+0200) Subject: [POWERPC] Fix irq radix tree remapping typo X-Git-Tag: v2.6.18-rc5~77^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5c14ce118ab6a96afb2af5c4ec9727b03ab1936;p=pandora-kernel.git [POWERPC] Fix irq radix tree remapping typo The code for using the radix tree for reverse mapping of interrupts has a typo that causes it to create incorrect mappings if the software and hardware numbers happen to be different. This would, among others, cause the IDE interrupt to fail on js20's. This fixes it. Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed