aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/sched_task_trace.c
diff options
context:
space:
mode:
authorAndrea Bastoni <bastoni@cs.unc.edu>2010-02-01 23:07:54 -0500
committerAndrea Bastoni <bastoni@cs.unc.edu>2010-05-29 17:25:33 -0400
commit37b840336a1663a5ce62d663a702d9afefd56d23 (patch)
treee164f548ca760b57fc863042f86e2f2164082a64 /litmus/sched_task_trace.c
parentd1a840d7194fdd09c1bd9977e30fd391ef2a7526 (diff)
Add Feather-Trace x86_64 architecture dependent code
Diffstat (limited to 'litmus/sched_task_trace.c')
-rw-r--r--litmus/sched_task_trace.c2
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
65static inline struct st_event_record* get_record(u8 type, struct task_struct* t) 65static 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);