From: James Hogan Date: Tue, 27 Jan 2015 21:45:49 +0000 (+0000) Subject: MIPS: Remove redundant IPTI==IPPCI logic X-Git-Tag: omap-for-v4.1/fixes-rc1~111^2~210 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7eca5b1460f3f1ad3891252743c36f309df53d53;p=pandora-kernel.git MIPS: Remove redundant IPTI==IPPCI logic The situation where the timer interrupt is on the same line as the performance counter interrupt is handled in per_cpu_trap_init() by setting cp0_perfcount_irq to -1, so there is no need to duplicate the logic conditional upon cp0_perfcount_irq >= 0 in perf (init_hw_perf_events()) and oprofile (mipsxx_init()). Signed-off-by: James Hogan Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/9125/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed