On Mon, 30 Oct 2017 17:03:23 +0900
Masami Hiramatsu<mhiramat@xxxxxxxxxx> wrote:
We should also add a comment somewhere by the text_mutex that it isstatic LIST_HEAD(smp_alt_modules);
-static DEFINE_MUTEX(smp_alt);
-static bool uniproc_patched = false; /* protected by smp_alt */
+static bool uniproc_patched = false; /* protected by text_mutex */
protecting this on x86.
-- Steve
.