diff options
author | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-02-01 23:07:54 -0500 |
---|---|---|
committer | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-05-29 17:25:33 -0400 |
commit | 37b840336a1663a5ce62d663a702d9afefd56d23 (patch) | |
tree | e164f548ca760b57fc863042f86e2f2164082a64 /litmus/sched_task_trace.c | |
parent | d1a840d7194fdd09c1bd9977e30fd391ef2a7526 (diff) |
Add Feather-Trace x86_64 architecture dependent code
Diffstat (limited to 'litmus/sched_task_trace.c')
-rw-r--r-- | litmus/sched_task_trace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/litmus/sched_task_trace.c b/litmus/sched_task_trace.c index b59105110d7f..39a543e22d41 100644 --- a/litmus/sched_task_trace.c +++ b/litmus/sched_task_trace.c | |||
@@ -64,7 +64,7 @@ module_init(init_sched_task_trace); | |||
64 | 64 | ||
65 | static inline struct st_event_record* get_record(u8 type, struct task_struct* t) | 65 | static inline struct st_event_record* get_record(u8 type, struct task_struct* t) |
66 | { | 66 | { |
67 | struct st_event_record* rec; | 67 | struct st_event_record* rec = NULL; |
68 | struct local_buffer* buf; | 68 | struct local_buffer* buf; |
69 | 69 | ||
70 | buf = &get_cpu_var(st_event_buffer); | 70 | buf = &get_cpu_var(st_event_buffer); |