Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207120
b: refs/heads/master
c: d77eab8
h: refs/heads/master
v: v3
  • Loading branch information
Jesper Nilsson committed Aug 4, 2010
1 parent a33437e commit b86d0a4
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 5866d7ef9553c0107576dc1bc1d5c6acb68e8f87
refs/heads/master: d77eab8cb18dc4b8adfa82088e95b48c654c66b9
6 changes: 1 addition & 5 deletions trunk/arch/cris/arch-v10/kernel/fasttimer.c
Original file line number Diff line number Diff line change
Expand Up @@ -467,11 +467,7 @@ timer1_handler(int irq, void *dev_id)

static void wake_up_func(unsigned long data)
{
#ifdef DECLARE_WAITQUEUE
wait_queue_head_t *sleep_wait_p = (wait_queue_head_t*)data;
#else
struct wait_queue **sleep_wait_p = (struct wait_queue **)data;
#endif
wait_queue_head_t *sleep_wait_p = (wait_queue_head_t *)data;
wake_up(sleep_wait_p);
}

Expand Down

0 comments on commit b86d0a4

Please sign in to comment.