aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGlenn Elliott <gelliott@cs.unc.edu>2011-03-31 11:08:29 -0400
committerGlenn Elliott <gelliott@cs.unc.edu>2011-03-31 11:08:29 -0400
commit53c37bbcc07707f88312efca136aa239f25d775c (patch)
tree17f0adc8f3743f515d5829a37960d3eebc26b7a3 /include
parentc089cad00c670bf41edecf0aed688fe8d2f43125 (diff)
parent0f6a8e02773f8c23b5b6a3dbfa044e50c9d7d811 (diff)
Merge remote branch 'origin/wip-fmlp-dequeue' into wip-k-fmlp
Conflicts: include/litmus/litmus.h
Diffstat (limited to 'include')
-rw-r--r--include/litmus/litmus.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/litmus/litmus.h b/include/litmus/litmus.h
index befdf6381693..3df242bf272f 100644
--- a/include/litmus/litmus.h
+++ b/include/litmus/litmus.h
@@ -26,8 +26,8 @@ static inline int in_list(struct list_head* list)
26 ); 26 );
27} 27}
28 28
29struct task_struct* waitqueue_first(wait_queue_head_t *wq); 29
30struct task_struct* waitqueue_first_and_remove(wait_queue_head_t *wq); 30struct task_struct* __waitqueue_remove_first(wait_queue_head_t *wq);
31 31
32#define NO_CPU 0xffffffff 32#define NO_CPU 0xffffffff
33 33