commit | d6b0d1f7058f7cf818138cd7fd116dca3f3576d9 | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Sun Jun 03 22:04:37 2012 -0700 |
committer | Grant Likely <grant.likely@secretlab.ca> | Wed Jul 11 16:16:00 2012 +0100 |
tree | 77badaee27c21a63f5de73b7b4483824208245ec | |
parent | 98aa468e045a0091a7c34d9f5205a629634fabf4 [diff] |
irqdomain: Eliminate dedicated radix lookup functions In preparation to remove the slow revmap path, eliminate the public radix revmap lookup functions. This simplifies the code and makes the slowpath removal patch a lot simpler. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Cc: Paul Mundt <lethal@linux-sh.org> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Rob Herring <rob.herring@calxeda.com>