diff options
Diffstat (limited to 'litmus/litmus.c')
-rw-r--r-- | litmus/litmus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/litmus/litmus.c b/litmus/litmus.c index 6c0ad0b4513a..924853c82343 100644 --- a/litmus/litmus.c +++ b/litmus/litmus.c | |||
@@ -476,9 +476,9 @@ static void reinit_litmus_state(struct task_struct* p, int restore) | |||
476 | #ifdef CONFIG_REALTIME_AUX_TASKS | 476 | #ifdef CONFIG_REALTIME_AUX_TASKS |
477 | /* also clear out the aux_data. the !restore case is only called on | 477 | /* also clear out the aux_data. the !restore case is only called on |
478 | * fork (initial thread creation). */ | 478 | * fork (initial thread creation). */ |
479 | if (!restore) { | 479 | // if (!restore) { |
480 | memset(&p->aux_data, 0, sizeof(p->aux_data)); | 480 | memset(&p->aux_data, 0, sizeof(p->aux_data)); |
481 | } | 481 | // } |
482 | #endif | 482 | #endif |
483 | 483 | ||
484 | 484 | ||