commit | 392006fb1f6b892bf998e942af729087cbc3ed60 | [log] [tgz] |
---|---|---|
author | Michael Bohan <mbohan@codeaurora.org> | Fri Jan 25 14:29:41 2013 -0800 |
committer | Jay Chokshi <jchokshi@codeaurora.org> | Thu Feb 14 10:48:39 2013 -0800 |
tree | 29ccdc710d6653a552acf54776d1604e0ef74f26 | |
parent | 09a4f4d202f85ca681b61272aa1eefafe44243fa [diff] |
msm: qpnp-int: Preload radix tree before insertion It is considered a bug to insert into a radix tree with preemption enabled. Use radix_tree_preload() to preload resources for the radix tree and disable preemption. Change-Id: If518ebfc78630a72e35b6fbd71f4ff9119dc8b0b Signed-off-by: Michael Bohan <mbohan@codeaurora.org>