From: Benjamin Herrenschmidt Date: Wed, 29 Feb 2012 23:52:01 +0000 (+1100) Subject: powerpc: Use the same interrupt prolog for perfmon as other interrupts X-Git-Tag: v3.4-rc1~159^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7450f6f03e9d6dc95d2014c4cceac8adf98560e8;p=pandora-kernel.git powerpc: Use the same interrupt prolog for perfmon as other interrupts The perfmon interrupt is the sole user of a special variant of the interrupt prolog which differs from the one used by external and timer interrupts in that it saves the non-volatile GPRs and doesn't turn the runlatch on. The former is unnecessary and the later is arguably incorrect, so let's clean that up by using the same prolog. While at it we rename that prolog to use the _ASYNC prefix. Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed