hamadmarri / cacule-cpu-scheduler

The CacULE CPU scheduler is based on interactivity score mechanism. The interactivity score is inspired by the ULE scheduler (FreeBSD scheduler).
266 stars 32 forks source link

compile error, updated patches #42

Closed ptr1337 closed 3 years ago

ptr1337 commented 3 years ago

Hello @hamadmarri

with the latest patches, following compile error happens.


kernel/sched/fair.c:7225:15: error: implicit declaration of function 'wake_affine' [-Werror,-Wimplicit-function-declaration]
                                new_cpu = wake_affine(tmp, p, cpu, prev_cpu, sync);

edit: seems to happen only with the rdb patch on top of cacule