mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
torture: Default --no-clocksourcewd on arm64
Because arm64 does not support CONFIG_CLOCKSOURCE_WATCHDOG=n kernels, --do-clocksourcewd gets Kconfig errors. This commit therefore makes --do-no-clocksourcewd be the default on arm64. Note that arm64 users can still specify --do-clocksourcewd in order to override this default. Signed-off-by: Paul E. McKenney <paulmck@kernel.org> Signed-off-by: Neeraj Upadhyay (AMD) <neeraj.upadhyay@kernel.org>
This commit is contained in:
parent
1524f2032a
commit
103d567f51
|
|
@ -64,7 +64,7 @@ do_normal=yes
|
|||
explicit_normal=no
|
||||
do_kasan=yes
|
||||
do_kcsan=no
|
||||
do_clocksourcewd=yes
|
||||
do_clocksourcewd="${ifnotaarch64}"
|
||||
do_rt=yes
|
||||
do_rcutasksflavors="${ifnotaarch64}" # FIXME: Back to "yes" when SMP=n auto-avoided
|
||||
do_srcu_lockdep=yes
|
||||
|
|
@ -145,7 +145,7 @@ do
|
|||
explicit_normal=no
|
||||
do_kasan=yes
|
||||
do_kcsan=yes
|
||||
do_clocksourcewd=yes
|
||||
do_clocksourcewd="${ifnotaarch64}"
|
||||
do_srcu_lockdep=yes
|
||||
;;
|
||||
--do-allmodconfig|--do-no-allmodconfig|--no-allmodconfig)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user