[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120924204948.GA29766@redhat.com>
Date: Mon, 24 Sep 2012 22:49:48 +0200
From: Oleg Nesterov <oleg@...hat.com>
To: Jeremy Fitzhardinge <jeremy@...p.org>,
Andi Kleen <andi@...stfloor.org>
Cc: "Frank Ch. Eigler" <fche@...hat.com>, linux-kernel@...r.kernel.org
Subject: smp_alt_once && kernel-parameters.txt
arch/x86/kernel/alternative.c:
static int __init bootonly(char *str)
{
smp_alt_once = 1;
return 1;
}
__setup("smp-alt-boot", bootonly);
^^^^^^^^^^^^
kernel-parameters.txt:
smp-alt-once [X86-32,SMP] On a hotplug CPU system, only
attempt to substitute SMP alternatives once at boot.
Who should be fixed?
Oleg.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists