aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2009-04-24 12:07:34 -0400
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2009-04-24 12:07:34 -0400
commit97eb269d2f4661751bb820d862f4bd1dc5b3a551 (patch)
tree5fc30dc65543a337968ff4947151fc6d619b4d7b
parentd66881a2aa11307353b197f47e610692e7bd1875 (diff)
sched trace: fix prototype
Removes a compile warning on sparc64.
-rw-r--r--include/litmus/sched_trace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/litmus/sched_trace.h b/include/litmus/sched_trace.h
index abcd4ea927..28feee82dc 100644
--- a/include/litmus/sched_trace.h
+++ b/include/litmus/sched_trace.h
@@ -140,7 +140,7 @@ feather_callback void do_sched_trace_task_block(unsigned long id,
140feather_callback void do_sched_trace_task_resume(unsigned long id, 140feather_callback void do_sched_trace_task_resume(unsigned long id,
141 struct task_struct* task); 141 struct task_struct* task);
142feather_callback void do_sched_trace_sys_release(unsigned long id, 142feather_callback void do_sched_trace_sys_release(unsigned long id,
143 unsigned long _start); 143 lt_t* start);
144#endif 144#endif
145 145
146#else 146#else