Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80357
b: refs/heads/master
c: 17abecf
h: refs/heads/master
i:
  80355: 3dbbbc4
v: v3
  • Loading branch information
Ingo Molnar committed Jan 30, 2008
1 parent 08213b6 commit 766be1e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ad8ca495bd3e03e6751fc0c6a6af44018ebb4036
refs/heads/master: 17abecfe651c862cd31b1f9e8ef6cfc29083f00d
11 changes: 6 additions & 5 deletions trunk/arch/x86/kernel/alternative.c
Original file line number Diff line number Diff line change
Expand Up @@ -342,12 +342,13 @@ void alternatives_smp_switch(int smp)

#ifdef CONFIG_LOCKDEP
/*
* A not yet fixed binutils section handling bug prevents
* alternatives-replacement from working reliably, so turn
* it off:
* 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:
*/
printk("lockdep: not fixing up alternatives.\n");
return;
printk("lockdep: fixing up alternatives.\n");
#endif

if (noreplace_smp || smp_alt_once)
Expand Down

0 comments on commit 766be1e

Please sign in to comment.