summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorPatrick Bellasi <patrick.bellasi@arm.com>2016-10-13 17:34:47 +0100
committerAndres Oportus <andresoportus@google.com>2017-06-02 08:01:55 -0700
commit3757f957419c1ccb6fd837ade571375a2cfdc9dc (patch)
tree6d18b74b3fb74b2eeaa0c1815f06ff0cd9c1267d /kernel
parentf9b83b3e6e723f5568fd8329197523080747d3a8 (diff)
sched/tune: report when SchedTune has not been initialized
Change-Id: Iba4e5e3d220451f04272d555e6b8e0af83a7f09d Signed-off-by: Patrick Bellasi <patrick.bellasi@arm.com> Signed-off-by: Srinath Sridharan <srinathsr@google.com>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/sched/tune.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/sched/tune.c b/kernel/sched/tune.c
index d512b4fb218f..9770cef183d0 100644
--- a/kernel/sched/tune.c
+++ b/kernel/sched/tune.c
@@ -939,6 +939,7 @@ schedtune_init(void)
return 0;
nodata:
+ pr_warning("schedtune: disabled!\n");
rcu_read_unlock();
return -EINVAL;
}