From: Al Cooper Date: Thu, 15 Nov 2012 23:16:14 +0000 (-0500) Subject: MIPS: Fix crash that occurs when function tracing is enabled X-Git-Tag: v3.7-rc7~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f93a1a00f2bd550f86fd1a9f83c493755aecd15f;p=pandora-kernel.git MIPS: Fix crash that occurs when function tracing is enabled A recent patch changed some irq routines from inlines to functions. These routines are called by the tracer code. Now that they're functions, if they are compiled for function tracing they will call the tracer and crash the system due to infinite recursion. The fix disables tracing in these functions by using "notrace" in the function definition. Signed-off-by: Al Cooper Reviewed-by: David Daney Pathchwork: https://patchwork.linux-mips.org/patch/4564/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed