x86/mm: Fix RCU splat from new TLB tracepoints
Dave Jones reported seeing a bug from one of my TLB tracepoints:
http://lkml.kernel.org/r/
20140806181801[email protected]
According to Paul McKenney, the right way to fix this is adding
an _rcuidle suffix to the tracepoint.
http://lkml.kernel.org/r/
20140807065055[email protected]
This patch does just that.
Reported-by: Dave Jones <[email protected]>,
Signed-off-by: Dave Hansen <[email protected]>
Reviewed-by: Paul E. McKenney <[email protected]>
Cc: Dave Hansen <[email protected]>
Cc: Linus Torvalds <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>