Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293950
b: refs/heads/master
c: a5e0d86
h: refs/heads/master
v: v3
  • Loading branch information
Bob Liu committed Mar 21, 2012
1 parent 9cb6b55 commit 2ba0592
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5d002cce4c8a24234b81033119eda3272ebf7981
refs/heads/master: a5e0d8652adfc0530b3fce18e54e429287aeee73
7 changes: 7 additions & 0 deletions trunk/arch/blackfin/mach-bf561/atomic.S
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ ENTRY(_get_core_lock_noflush)
SSYNC(r2);
jump .Lretry_corelock_noflush
.Ldone_corelock_noflush:
/*
* SMP kgdb runs into dead loop without NOP here, when one core
* single steps over get_core_lock_noflush and the other executes
* get_core_lock as a slave node.
*/
nop;
CSYNC(r2);
rts;
ENDPROC(_get_core_lock_noflush)

Expand Down

0 comments on commit 2ba0592

Please sign in to comment.