diff options
author | Tejun Heo <tj@kernel.org> | 2017-09-25 14:27:54 -0700 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2017-09-25 14:27:54 -0700 |
commit | 8157a7faf94135386bf04b1cf94e6efd3fb94702 (patch) | |
tree | 8d64694f058bb6b518926246c428de74ca3936ce /scripts | |
parent | 38683148828165ea0b66ace93a9fedc2d3281e27 (diff) | |
download | linux-8157a7faf94135386bf04b1cf94e6efd3fb94702.tar.bz2 |
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 'scripts')
0 files changed, 0 insertions, 0 deletions