Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57741
b: refs/heads/master
c: b5e8b73
h: refs/heads/master
i:
  57739: f7fa2e0
v: v3
  • Loading branch information
Aurelien Jarno authored and Kyle McMartin committed May 23, 2007
1 parent c642885 commit 3e85d82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 2cbd42dbf8887c8742f8e6a286c7e5f4f5ddb56b
refs/heads/master: b5e8b733a18a1192666005f95f44e02440b057d4
8 changes: 4 additions & 4 deletions trunk/arch/parisc/kernel/syscall.S
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ lws_compare_and_swap:
shlw %r20, 4, %r20
add %r20, %r28, %r20

# ifdef ENABLE_LWS_DEBUG
# if ENABLE_LWS_DEBUG
/*
DEBUG, check for deadlock!
If the thread register values are the same
Expand Down Expand Up @@ -550,7 +550,7 @@ cas_wouldblock:
perspective
*/
cas_action:
#if defined CONFIG_SMP && defined ENABLE_LWS_DEBUG
#if defined CONFIG_SMP && ENABLE_LWS_DEBUG
/* DEBUG */
mfctl %cr27, %r1
stw %r1, 4(%sr2,%r20)
Expand All @@ -562,7 +562,7 @@ cas_action:
#ifdef CONFIG_SMP
/* Free lock */
stw %r20, 0(%sr2,%r20)
# ifdef ENABLE_LWS_DEBUG
# if ENABLE_LWS_DEBUG
/* Clear thread register indicator */
stw %r0, 4(%sr2,%r20)
# endif
Expand All @@ -576,7 +576,7 @@ cas_action:
#ifdef CONFIG_SMP
/* Free lock */
stw %r20, 0(%sr2,%r20)
# ifdef ENABLE_LWS_DEBUG
# if ENABLE_LWS_DEBUG
stw %r0, 4(%sr2,%r20)
# endif
#endif
Expand Down

0 comments on commit 3e85d82

Please sign in to comment.