diff mbox

[API-NEXT,PATCHv4,09/10] linux-generic: schedule: implement odp_schedule_prefetch()

Message ID 1440796737-8636-10-git-send-email-bill.fischofer@linaro.org
State Accepted
Commit aad66a68a86328be72bab7dc85128fe57dbe81f0
Headers show

Commit Message

Bill Fischofer Aug. 28, 2015, 9:18 p.m. UTC
Signed-off-by: Bill Fischofer <bill.fischofer@linaro.org>
---
 platform/linux-generic/odp_schedule.c | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox

Patch

diff --git a/platform/linux-generic/odp_schedule.c b/platform/linux-generic/odp_schedule.c
index 554ab5c..1c6cdbb 100644
--- a/platform/linux-generic/odp_schedule.c
+++ b/platform/linux-generic/odp_schedule.c
@@ -783,6 +783,11 @@  int odp_schedule_group_thrmask(odp_schedule_group_t group,
 	return ret;
 }
 
+/* This function is a no-op in linux-generic */
+void odp_schedule_prefetch(int num ODP_UNUSED)
+{
+}
+
 void sched_enq_called(void)
 {
 	sched_local.enq_called = 1;