summaryrefslogtreecommitdiffstats
path: root/mm/page_poison.c
diff options
context:
space:
mode:
authorDou Liyang2018-04-06 01:23:49 +0200
committerLinus Torvalds2018-04-06 06:36:26 +0200
commit1173194e1e932e4aa9ce4b0ecac72446482f0e4f (patch)
tree13778f73292944d5b679418315fdc6739fe6af8f /mm/page_poison.c
parentmm/kmemleak.c: make kmemleak_boot_config() __init (diff)
downloadkernel-qcow2-linux-1173194e1e932e4aa9ce4b0ecac72446482f0e4f.tar.gz
kernel-qcow2-linux-1173194e1e932e4aa9ce4b0ecac72446482f0e4f.tar.xz
kernel-qcow2-linux-1173194e1e932e4aa9ce4b0ecac72446482f0e4f.zip
mm/page_owner.c: make early_page_owner_param() __init
The early_param() is only called during kernel initialization, So Linux marks the functions of it with __init macro to save memory. But it forgot to mark the early_page_owner_param(). So, Make it __init as well. Link: http://lkml.kernel.org/r/20180117034736.26963-1-douly.fnst@cn.fujitsu.com Signed-off-by: Dou Liyang <douly.fnst@cn.fujitsu.com> Reviewed-by: Andrew Morton <akpm@linux-foundation.org> Cc: Vlastimil Babka <vbabka@suse.cz> Cc: Michal Hocko <mhocko@suse.com> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/page_poison.c')
0 files changed, 0 insertions, 0 deletions