commit | 3945dab45aa8c89014893bfa8eb1e1661a409cef | [log] [tgz] |
---|---|---|
author | Masami Hiramatsu <mhiramat@redhat.com> | Fri Mar 06 10:37:22 2009 -0500 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Mar 06 16:49:00 2009 +0100 |
tree | dff11f176f0027d8958c7176524e7a64e8711f30 | |
parent | 4460fdad85becd569f11501ad5b91814814335ff [diff] |
tracing, Text Edit Lock - SMP alternatives support 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>