Commit 2a929242ee50db84c1a561c81897bb0551f2c32f

Authored by Borislav Petkov
Committed by Ingo Molnar
1 parent cd64647f04

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

  17abecfe651c x86: fix up alternatives with lockdep enabled

Signed-off-by: Borislav 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.tnic
Signed-off-by: Ingo Molnar <mingo@kernel.org>

Showing 1 changed file with 0 additions and 11 deletions Side-by-side Diff

arch/x86/kernel/alternative.c
... ... @@ -402,17 +402,6 @@
402 402 {
403 403 struct smp_alt_module *mod;
404 404  
405   -#ifdef CONFIG_LOCKDEP
406   - /*
407   - * Older binutils section handling bug prevented
408   - * alternatives-replacement from working reliably.
409   - *
410   - * If this still occurs then you should see a hang
411   - * or crash shortly after this line:
412   - */
413   - pr_info("lockdep: fixing up alternatives\n");
414   -#endif
415   -
416 405 /* Why bother if there are no other CPUs? */
417 406 BUG_ON(num_possible_cpus() == 1);
418 407