commit | 7f16f91fdfce694493e539bff17acaedaebc366d | [log] [tgz] |
---|---|---|
author | David Rientjes <[email protected]> | Thu Apr 05 16:23:12 2018 -0700 |
committer | Linus Torvalds <[email protected]> | Thu Apr 05 21:36:25 2018 -0700 |
tree | f5969654111f387fb4dc21ee00700c9ed8258e00 | |
parent | a5c6d6509342785bef53bf9508e1842b303f1878 [diff] |
mm, page_alloc: move mirrored_kernelcore to __meminitdata mirrored_kernelcore can be in __meminitdata, so move it there. At the same time, fixup section specifiers to be after the name of the variable per checkpatch. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: David Rientjes <[email protected]> Reviewed-by: Andrew Morton <[email protected]> Cc: Mike Kravetz <[email protected]> Cc: Jonathan Corbet <[email protected]> Cc: Vlastimil Babka <[email protected]> Cc: Mel Gorman <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>