commit | b5eb78f76ddfa7caf4340cf6893b032f45d8114a | [log] [tgz] |
---|---|---|
author | Yinghai Lu <yinghai@kernel.org> | Wed Feb 10 01:20:35 2010 -0800 |
committer | H. Peter Anvin <hpa@zytor.com> | Wed Feb 17 17:27:20 2010 -0800 |
tree | 490349138af4f4e01f1373a947aec090eb733b2a | |
parent | 99558f0bbe68cb09799ec38adbaa3f3b2dc7ba63 [diff] |
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 <yinghai@kernel.org> LKML-Reference: <1265793639-15071-32-git-send-email-yinghai@kernel.org> Signed-off-by: H. Peter Anvin <hpa@zytor.com>