Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed54583f authored by Syed Rameez Mustafa's avatar Syed Rameez Mustafa
Browse files

sched: Duplicate the rt.c file for the QHMP scheduler



The rt.c file has been duplicated to qhmp_rt.c as of commit:
33a7804b. The is necessary to avoid
the need for porting the subsequent cluster based CPU selection
logic to the QHMP scheduler.

Change-Id: I5c5039d73e315ec6462d70e2dc962b6193c1795d
Signed-off-by: default avatarSyed Rameez Mustafa <rameezmustafa@codeaurora.org>
parent 33a7804b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@ CFLAGS_core.o := $(PROFILING) -fno-omit-frame-pointer
endif

ifdef CONFIG_SCHED_QHMP
obj-y += qhmp_core.o qhmp_fair.o
obj-y += qhmp_core.o qhmp_fair.o qhmp_rt.o
else
obj-y += core.o fair.o
obj-y += core.o fair.o rt.o
endif

obj-y += proc.o clock.o cputime.o
obj-y += idle_task.o rt.o deadline.o stop_task.o
obj-y += idle_task.o deadline.o stop_task.o
obj-y += wait.o completion.o idle.o sched_avg.o
obj-$(CONFIG_SMP) += cpupri.o cpudeadline.o
obj-$(CONFIG_SCHED_AUTOGROUP) += auto_group.o

kernel/sched/qhmp_rt.c

0 → 100644
+2364 −0

File added.

Preview size limit exceeded, changes collapsed.