aarch64.c (qdf24xx_prefetch_tune): Set to 512.

2018-05-07  Luis Machado  <luis.machado@linaro.org>

	* config/aarch64/aarch64.c (qdf24xx_prefetch_tune) <l2_cache_size>: Set
	to 512.

From-SVN: r259998
This commit is contained in:
Luis Machado 2018-05-07 14:34:46 +00:00 committed by Luis Machado
parent 005e72b9dd
commit 725e2110e4
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2018-05-07 Luis Machado <luis.machado@linaro.org>
* config/aarch64/aarch64.c (qdf24xx_prefetch_tune) <l2_cache_size>: Set
to 512.
2018-05-07 Luis Machado <luis.machado@linaro.org>
gcc/

View File

@ -568,7 +568,7 @@ static const cpu_prefetch_tune qdf24xx_prefetch_tune =
4, /* num_slots */
32, /* l1_cache_size */
64, /* l1_cache_line_size */
1024, /* l2_cache_size */
512, /* l2_cache_size */
false, /* prefetch_dynamic_strides */
2048, /* minimum_stride */
3 /* default_opt_level */