]> asedeno.scripts.mit.edu Git - linux.git/commit
tile: remove #pragma unroll from finv_buffer_remote()
authorChris Metcalf <cmetcalf@mellanox.com>
Tue, 6 Sep 2016 19:56:15 +0000 (15:56 -0400)
committerChris Metcalf <cmetcalf@mellanox.com>
Fri, 16 Dec 2016 20:32:29 +0000 (15:32 -0500)
commit870ee4ff5647dbf024f99ba5e56d0f3c344f1511
treeeb252d40e4916b6fdae14272b18c95c1a46344e7
parent8e36f722f73f2fc1766af1af0b2f56f2299ba687
tile: remove #pragma unroll from finv_buffer_remote()

This directive was put in the kernel source before the "pragma
unroll" support for tilegx gcc was upstreamed.  Remove it for
now, and we can put it back later if/when the compiler support
is upstreamed.  This avoids a warning when building the kernel.

This routine is not on a hot path in any case, so the extra
optimization here was mostly just for its own sake.

Signed-off-by: Chris Metcalf <cmetcalf@mellanox.com>
arch/tile/lib/cacheflush.c