提交 2a929242 编写于 作者: B Borislav Petkov 提交者: Ingo Molnar

lockdep, x86/alternatives: Drop ancient lockdep fixup message

It messes up the output of the nodes/cores bootup table and it
is obsolete anyway, see

  17abecfe x86: fix up alternatives with lockdep enabled
Signed-off-by: NBorislav Petkov <bp@suse.de>
Cc: huawei.libin@huawei.com
Cc: wangyijing@huawei.com
Cc: fenghua.yu@intel.com
Cc: guohanjun@huawei.com
Cc: paul.gortmaker@windriver.com
Link: http://lkml.kernel.org/r/20130927143442.GE4422@pd.tnicSigned-off-by: NIngo Molnar <mingo@kernel.org>
上级 cd64647f
...@@ -402,17 +402,6 @@ void alternatives_enable_smp(void) ...@@ -402,17 +402,6 @@ void alternatives_enable_smp(void)
{ {
struct smp_alt_module *mod; struct smp_alt_module *mod;
#ifdef CONFIG_LOCKDEP
/*
* Older binutils section handling bug prevented
* alternatives-replacement from working reliably.
*
* If this still occurs then you should see a hang
* or crash shortly after this line:
*/
pr_info("lockdep: fixing up alternatives\n");
#endif
/* Why bother if there are no other CPUs? */ /* Why bother if there are no other CPUs? */
BUG_ON(num_possible_cpus() == 1); BUG_ON(num_possible_cpus() == 1);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册