diff options
author | Tejun Heo <tj@kernel.org> | 2017-09-25 23:27:54 +0200 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2017-09-25 23:27:54 +0200 |
commit | 8157a7faf94135386bf04b1cf94e6efd3fb94702 (patch) | |
tree | 8d64694f058bb6b518926246c428de74ca3936ce /security | |
parent | cgroup: statically initialize init_css_set->dfl_cgrp (diff) | |
download | linux-8157a7faf94135386bf04b1cf94e6efd3fb94702.tar.xz linux-8157a7faf94135386bf04b1cf94e6efd3fb94702.zip |
sched/cputime: Add dummy cputime_adjust() implementation for CONFIG_VIRT_CPU_ACCOUNTING_NATIVE
cfb766da54d9 ("sched/cputime: Expose cputime_adjust()") made
cputime_adjust() public for cgroup basic cpu stat support; however,
the commit forgot to add a dummy implementaiton for
CONFIG_VIRT_CPU_ACCOUNTING_NATIVE leading to compiler errors on some
s390 configurations.
Fix it by adding the missing dummy implementation.
Reported-by: “kbuild-all@01.org” <kbuild-all@01.org>
Fixes: cfb766da54d9 ("sched/cputime: Expose cputime_adjust()")
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions