time: Export tick start/stop functions for rcutorture
authorPaul E. McKenney <paulmck@kernel.org>
Fri, 9 Aug 2019 23:29:42 +0000 (16:29 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Sat, 5 Oct 2019 17:46:03 +0000 (10:46 -0700)
commitae9e557b5be2e285f48ee945d9c8faf75d4f6a66
treef161515b868456a6a28ab08dbe67c0ebe4490146
parent01b4c39901e087ceebae2733857248de81476bd8
time: Export tick start/stop functions for rcutorture

It turns out that rcutorture needs to ensure that the scheduling-clock
interrupt is enabled in CONFIG_NO_HZ_FULL kernels before starting on
CPU-bound in-kernel processing.  This commit therefore exports
tick_nohz_dep_set_task(), tick_nohz_dep_clear_task(), and
tick_nohz_full_setup() to GPL kernel modules.

Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/time/tick-sched.c