• Rasmus Villemoes's avatar
    mm/mm_init.c: park mminit_verify_zonelist as __init · 0e2342c7
    Rasmus Villemoes authored
    The only caller of mminit_verify_zonelist is build_all_zonelists_init,
    which is annotated with __init, so it should be safe to also mark the
    former as __init, saving ~400 bytes of .text.
    Signed-off-by: default avatarRasmus Villemoes <linux@rasmusvillemoes.dk>
    Cc: Vlastimil Babka <vbabka@suse.cz>
    Cc: Rik van Riel <riel@redhat.com>
    Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
    Cc: David Rientjes <rientjes@google.com>
    Cc: Vishnu Pratap Singh <vishnu.ps@samsung.com>
    Cc: Pintu Kumar <pintu.k@samsung.com>
    Cc: Michal Nazarewicz <mina86@mina86.com>
    Cc: Mel Gorman <mgorman@suse.de>
    Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Tim Chen <tim.c.chen@linux.intel.com>
    Cc: Hugh Dickins <hughd@google.com>
    Cc: Li Zefan <lizefan@huawei.com>
    Cc: Tejun Heo <tj@kernel.org>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
    0e2342c7
mm_init.c 5.06 KB