Joonsoo Kim 3d88019408 mm/slab: move cache_flusharray() out of unlikely.text section
Now, due to likely keyword, compiled code of cache_flusharray() is on
unlikely.text section.  Although it is uncommon case compared to free to
cpu cache case, it is common case than free_block().  But, free_block() is
on normal text section.  This patch fix this odd situation to remove
likely keyword.

Signed-off-by: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Cc: Christoph Lameter <cl@linux.com>
Cc: Pekka Enberg <penberg@kernel.org>
Cc: David Rientjes <rientjes@google.com>
Cc: Zhang Yanfei <zhangyanfei@cn.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2014-10-09 22:25:50 -04:00
..
2014-08-06 18:01:16 -07:00
2012-01-03 22:54:56 -05:00
2014-10-08 12:49:23 -04:00
2011-07-26 16:49:47 -07:00
2014-08-06 18:01:16 -07:00
2014-08-06 18:01:23 -07:00
2014-01-27 21:02:39 -08:00
2014-09-24 14:07:58 +02:00
2014-09-24 14:07:58 +02:00
2014-08-29 16:28:16 -07:00
2014-08-29 16:28:16 -07:00