diff options
author | Namhoon Kim <namhoonk@cs.unc.edu> | 2015-01-21 15:54:21 -0500 |
---|---|---|
committer | Namhoon Kim <namhoonk@cs.unc.edu> | 2015-01-21 15:54:21 -0500 |
commit | 16a64e75ff5d1deeeb8adaaa0d11b1d6fe236bbe (patch) | |
tree | 02c8bfade500a847e039ea340c1583d40d1e9fd6 /litmus/polling_reservations.c | |
parent | 6583dcfbda43e420921e3adf7f2e46dc719e8d26 (diff) |
Initial lv C impl.wip-mc2
Diffstat (limited to 'litmus/polling_reservations.c')
-rw-r--r-- | litmus/polling_reservations.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/litmus/polling_reservations.c b/litmus/polling_reservations.c index 4c07ee74bf39..81f8e0f54ffd 100644 --- a/litmus/polling_reservations.c +++ b/litmus/polling_reservations.c | |||
@@ -72,6 +72,7 @@ static void periodic_polling_client_departs( | |||
72 | /* do nothing */ | 72 | /* do nothing */ |
73 | break; | 73 | break; |
74 | } | 74 | } |
75 | res->scheduled_on = NO_CPU; | ||
75 | } | 76 | } |
76 | 77 | ||
77 | static void periodic_polling_on_replenishment( | 78 | static void periodic_polling_on_replenishment( |