diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/litmus/fdso.h | 2 | ||||
| -rw-r--r-- | include/litmus/sched_trace.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/litmus/fdso.h b/include/litmus/fdso.h index 85a649e2722d..a13edfc6366c 100644 --- a/include/litmus/fdso.h +++ b/include/litmus/fdso.h | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | 14 | ||
| 15 | #define MAX_OBJECT_DESCRIPTORS 32 | 15 | #define MAX_OBJECT_DESCRIPTORS 32 |
| 16 | 16 | ||
| 17 | typedef unsigned int resource_mask_t; | 17 | typedef unsigned long resource_mask_t; |
| 18 | 18 | ||
| 19 | typedef enum { | 19 | typedef enum { |
| 20 | MIN_OBJ_TYPE = 0, | 20 | MIN_OBJ_TYPE = 0, |
diff --git a/include/litmus/sched_trace.h b/include/litmus/sched_trace.h index fa7042f744cb..b19961c488aa 100644 --- a/include/litmus/sched_trace.h +++ b/include/litmus/sched_trace.h | |||
| @@ -195,8 +195,8 @@ feather_callback void do_sched_trace_task_tardy(unsigned long id, | |||
| 195 | #define trace_litmus_switch_to(t) | 195 | #define trace_litmus_switch_to(t) |
| 196 | #define trace_litmus_switch_away(prev) | 196 | #define trace_litmus_switch_away(prev) |
| 197 | #define trace_litmus_task_completion(t, forced) | 197 | #define trace_litmus_task_completion(t, forced) |
| 198 | #define trace_litmus_task_block(t) | 198 | #define trace_litmus_task_block(t,i) |
| 199 | #define trace_litmus_task_resume(t) | 199 | #define trace_litmus_task_resume(t,i) |
| 200 | #define trace_litmus_sys_release(start) | 200 | #define trace_litmus_sys_release(start) |
| 201 | #define trace_litmus_task_exit(t) | 201 | #define trace_litmus_task_exit(t) |
| 202 | #define trace_litmus_task_tardy(t) | 202 | #define trace_litmus_task_tardy(t) |
