From: Yinghai Lu Date: Wed, 10 Feb 2010 09:20:35 +0000 (-0800) Subject: sparseirq: Use radix_tree instead of ptrs array X-Git-Tag: v2.6.34-rc1~217^2~2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5eb78f76ddfa7caf4340cf6893b032f45d8114a;p=pandora-kernel.git sparseirq: Use radix_tree instead of ptrs array Use radix_tree irq_desc_tree instead of irq_desc_ptrs. -v2: according to Eric and cyrill to use radix_tree_lookup_slot and radix_tree_replace_slot Signed-off-by: Yinghai Lu LKML-Reference: <1265793639-15071-32-git-send-email-yinghai@kernel.org> Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed