mm, slub: mark resiliency_test as init text
authorDavid Rientjes <rientjes@google.com>
Wed, 6 Aug 2014 23:04:16 +0000 (16:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 7 Aug 2014 01:01:14 +0000 (18:01 -0700)
commitc07b8183cbb86d34007e5a3935e0ec89f5bb83c6
treee3f26625f0a8d4d974f02de69eafd098e92952d3
parent5240ab4076bd3815473f2f2991741acc698f8b58
mm, slub: mark resiliency_test as init text

resiliency_test() is only called for bootstrap, so it may be moved to
init.text and freed after boot.

Signed-off-by: David Rientjes <rientjes@google.com>
Acked-by: Christoph Lameter <cl@linux.com>
Cc: Pekka Enberg <penberg@kernel.org>
Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/slub.c