From: Grant Likely Date: Mon, 4 Jun 2012 05:04:36 +0000 (-0700) Subject: irqdomain: Always update revmap when setting up a virq X-Git-Tag: v3.6-rc1~23^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a71a1a9da40dfbd5b23d4312aa1641385581f4a;p=pandora-kernel.git irqdomain: Always update revmap when setting up a virq At irq_setup_virq() time all of the data needed to update the reverse map is available, but the current code ignores it and relies upon the slow path to insert revmap records. This patch adds revmap updating to the setup path so the slow path will no longer be necessary. Signed-off-by: Grant Likely Cc: Paul Mundt Cc: Benjamin Herrenschmidt Cc: Thomas Gleixner Cc: Rob Herring --- Reading git-diff-tree failed