tracing, Text Edit Lock - SMP alternatives support
authorMasami Hiramatsu <mhiramat@redhat.com>
Fri, 6 Mar 2009 15:37:22 +0000 (10:37 -0500)
committerIngo Molnar <mingo@elte.hu>
Fri, 6 Mar 2009 15:49:00 +0000 (16:49 +0100)
Use the mutual exclusion provided by the text edit lock in alternatives code.
Since alternative_smp_* will be called from module init code, etc,
we'd better protect it from other subsystems.

Signed-off-by: Masami Hiramatsu <mhiramat@redhat.com>
LKML-Reference: <49B14332.9030109@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found