diff options
| author | Carlos Bilbao <Zildj1an@users.noreply.github.com> | 2020-04-10 11:33:49 -0400 |
|---|---|---|
| committer | Björn Brandenburg <bbb@mpi-sws.org> | 2020-04-15 10:09:53 -0400 |
| commit | c8feef5aa054eb6d2fac2d5f65fc6118874ddb2c (patch) | |
| tree | f38acd4fc5ba9ed0e1ae7df658d1b5eab013cc7d | |
| parent | 354836d3a00bc0853baa39d308998cc46d1b256c (diff) | |
Add missing function litmus_dummy_fork_task
| -rw-r--r-- | litmus/sched_plugin.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/litmus/sched_plugin.c b/litmus/sched_plugin.c index e0e3d1a33044..653481c4e99c 100644 --- a/litmus/sched_plugin.c +++ b/litmus/sched_plugin.c | |||
| @@ -197,7 +197,8 @@ struct sched_plugin linux_sched_plugin = { | |||
| 197 | #ifdef CONFIG_LITMUS_LOCKING | 197 | #ifdef CONFIG_LITMUS_LOCKING |
| 198 | .allocate_lock = litmus_dummy_allocate_lock, | 198 | .allocate_lock = litmus_dummy_allocate_lock, |
| 199 | #endif | 199 | #endif |
| 200 | .admit_task = litmus_dummy_admit_task | 200 | .admit_task = litmus_dummy_admit_task, |
| 201 | .fork_task = litmus_dummy_fork_task, | ||
| 201 | }; | 202 | }; |
| 202 | 203 | ||
| 203 | /* | 204 | /* |
