]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
rcu-tasks: Move #ifdef into tasks.h
authorPaul E. McKenney <paulmck@kernel.org>
Sun, 15 Mar 2020 21:51:20 +0000 (14:51 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 27 Apr 2020 18:03:51 +0000 (11:03 -0700)
commit8fd8ca388ccf233b8ae0b6b42ddc7caa5034ae85
tree5ead3eba97e4fb7f0c134d9f066cf24926cc3647
parent4593e772b5020e714e18f6e212d70b24fbe88b79
rcu-tasks: Move #ifdef into tasks.h

This commit pushes the #ifdef CONFIG_TASKS_RCU_GENERIC from
kernel/rcu/update.c to kernel/rcu/tasks.h in order to improve
readability as more APIs are added.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/rcu/tasks.h
kernel/rcu/update.c