Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36223
b: refs/heads/master
c: 765ae31
h: refs/heads/master
i:
  36221: 6db35c4
  36219: dab69f4
  36215: 50b8e89
  36207: 4bd0908
  36191: 916781a
  36159: 4864c29
  36095: f12adee
v: v3
  • Loading branch information
Paul Mundt committed Sep 27, 2006
1 parent ecfd1b5 commit d653080
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: a252710fc5b63b24934905ca47ecf661702d7f00
refs/heads/master: 765ae317ce030217af556dc46bec238dab15091e
2 changes: 1 addition & 1 deletion trunk/arch/sh/kernel/semaphore.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include <asm/semaphore.h>
#include <asm/semaphore-helper.h>

spinlock_t semaphore_wake_lock;
DEFINE_SPINLOCK(semaphore_wake_lock);

/*
* Semaphores are implemented using a two-way counter:
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/sh/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ asmlinkage void do_##name(unsigned long r4, unsigned long r5, \
#define VMALLOC_OFFSET (8*1024*1024)
#define MODULE_RANGE (8*1024*1024)

spinlock_t die_lock;
DEFINE_SPINLOCK(die_lock);

void die(const char * str, struct pt_regs * regs, long err)
{
Expand Down

0 comments on commit d653080

Please sign in to comment.