aarch64.c (qdf24xx_prefetch_tune): Set to 512.
authorLuis Machado <luis.machado@linaro.org>
Mon, 7 May 2018 14:34:46 +0000 (14:34 +0000)
committerLuis Machado <luisgpm@gcc.gnu.org>
Mon, 7 May 2018 14:34:46 +0000 (14:34 +0000)
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

gcc/ChangeLog
gcc/config/aarch64/aarch64.c

index 64a385e851a3b026ea2dde65c168a6bff2199f55..cb183d27cc861dfc1bfdd6961cd3dc9cee834b57 100644 (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/
index 3d3a9763824d11d96938c29acfd03de2523da77f..b50e6c45b2ad3241ddffc8675af043cba9fea633 100644 (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  */