aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/lib/Kconfig
blob: d38ba45a99019b8d68048be69850affe0d82bb52 (plain)
1
2
3
4
5
6
7
8
9
config CACHE_FLUSH_WATCHDOG_THRESHOLD
	int "Bytes to flush between schedule() calls"
	default 4096
	help
	  The flush_cache() function periodically, and by default for
	  every 4k block, calls schedule() to reset watchdog. When
	  flushing a large area, that may add a significant amount of
	  overhead. This option allows you to set a threshold for how
	  many bytes to flush between each schedule() call.