All of lore.kernel.org
 help / color / mirror / Atom feed
* smp_alt_once && kernel-parameters.txt
@ 2012-09-24 20:49 Oleg Nesterov
  2012-09-27  0:36 ` Andi Kleen
  0 siblings, 1 reply; 2+ messages in thread
From: Oleg Nesterov @ 2012-09-24 20:49 UTC (permalink / raw)
  To: Jeremy Fitzhardinge, Andi Kleen; +Cc: Frank Ch. Eigler, linux-kernel

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.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-09-27  0:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-24 20:49 smp_alt_once && kernel-parameters.txt Oleg Nesterov
2012-09-27  0:36 ` Andi Kleen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.