summaryrefslogtreecommitdiffstats
path: root/pk/trace/pk_trace_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'pk/trace/pk_trace_core.c')
-rw-r--r--pk/trace/pk_trace_core.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/pk/trace/pk_trace_core.c b/pk/trace/pk_trace_core.c
index 90a1a36c..007337bc 100644
--- a/pk/trace/pk_trace_core.c
+++ b/pk/trace/pk_trace_core.c
@@ -26,7 +26,6 @@ PkTimer g_pk_trace_timer = {
.deque.next = 0,
.deque.previous = 0,
.timeout = 0,
- .period = 0,
.callback = pk_trace_timer_callback,
.arg = 0,
.options = PK_TIMER_CALLBACK_PREEMPTIBLE,
@@ -102,8 +101,7 @@ void pk_trace_timer_callback(void* arg)
// restart the timer
pk_timer_schedule(&g_pk_trace_timer,
- PK_TRACE_TIMER_PERIOD,
- 0);
+ PK_TRACE_TIMER_PERIOD);
}
// Use this function to synchronize the timebase between multiple PPEs.
OpenPOWER on IntegriCloud