commit | c5f888cae49dfe3e86d9d1e0dab2b63ceb057be3 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <rostedt@goodmis.org> | Mon May 12 21:20:55 2008 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Fri May 23 21:13:41 2008 +0200 |
tree | e276b5299b52ccbe8b89492d398fe63652cddd49 | |
parent | 4d9493c90f8e6e1b164aede3814010a290161abb [diff] |
ftrace: irqsoff use raw_smp_processor_id This patch changes the use of __get_cpu_var to explicitly calling raw_smp_processor_id and using the per_cpu() macro. On some debug configurations, the use of __get_cpu_var may cause ftrace to trigger and this can cause problems with the irqsoff tracing. Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>