|
@@ -57,8 +57,6 @@ void init_dl_bandwidth(struct dl_bandwidth *dl_b, u64 period, u64 runtime)
|
|
|
dl_b->dl_runtime = runtime;
|
|
dl_b->dl_runtime = runtime;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-extern unsigned long to_ratio(u64 period, u64 runtime);
|
|
|
|
|
-
|
|
|
|
|
void init_dl_bw(struct dl_bw *dl_b)
|
|
void init_dl_bw(struct dl_bw *dl_b)
|
|
|
{
|
|
{
|
|
|
raw_spin_lock_init(&dl_b->lock);
|
|
raw_spin_lock_init(&dl_b->lock);
|