diff options
author | Christopher Kenna <cjk@cs.unc.edu> | 2011-09-30 20:21:31 -0400 |
---|---|---|
committer | Christopher Kenna <cjk@cs.unc.edu> | 2011-09-30 20:21:31 -0400 |
commit | b0466ecb422692bd0d30764075af834101849bd2 (patch) | |
tree | 319b5b04e6bf5785c6938ac2382388926ccbec82 /include | |
parent | 17a40d7ea17014b7a615b9f91facc16c6d9072e3 (diff) |
Debug commit.
Some things are working, but the kernel panics when you try and
deallocate an event group.
Committed so Jonathan can look at it.
Diffstat (limited to 'include')
-rw-r--r-- | include/litmus/sched_trace.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/litmus/sched_trace.h b/include/litmus/sched_trace.h index 7ca34cb13881..e25a26e9d861 100644 --- a/include/litmus/sched_trace.h +++ b/include/litmus/sched_trace.h | |||
@@ -71,8 +71,8 @@ struct st_resume_data { /* A task resumes. */ | |||
71 | 71 | ||
72 | struct st_action_data { | 72 | struct st_action_data { |
73 | u64 when; | 73 | u64 when; |
74 | u8 action; | 74 | u32 action; |
75 | u8 __unused[7]; | 75 | u8 __unused[4]; |
76 | }; | 76 | }; |
77 | 77 | ||
78 | struct st_sys_release_data { | 78 | struct st_sys_release_data { |