linux/arch/powerpc/mm
Stephen Rothwell 55671f3cc2 powerpc: fix annotation of fake_numa_create_new_node()
This function has always been marked as __cpuinit, but is only called
from functions marked as __init and references an __initdata variable.
So change its annotation to __init.

Fixes this build warning:

WARNING: arch/powerpc/mm/built-in.o(.cpuinit.text+0x86): Section mismatch in reference from the function .fake_numa_create_new_node() to the variable .init.data:cmdline
The function __cpuinit .fake_numa_create_new_node() references
a variable __initdata cmdline.
If cmdline is only used by .fake_numa_create_new_node then
annotate cmdline with a matching annotation.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
2013-04-18 15:59:56 +10:00
..
40x_mmu.c
44x_mmu.c
dma-noncoherent.c
fault.c powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registers 2013-01-10 17:01:44 +11:00
fsl_booke_mmu.c
gup.c
hash_low_32.S
hash_low_64.S powerpc/mm: Fix hash computation function 2013-02-04 15:15:08 +11:00
hash_native_64.c
hash_utils_64.c powerpc: Update kernel VSID range 2013-03-17 12:39:06 +11:00
highmem.c
hugetlbpage-book3e.c
hugetlbpage-hash64.c
hugetlbpage.c
icswx_pid.c
icswx.c powerpc: Fix typo "CONFIG_ICSWX_PID" 2013-04-18 13:03:54 +10:00
icswx.h
init_32.c
init_64.c memory-hotplug: remove memmap of sparse-vmemmap 2013-02-23 17:50:12 -08:00
Makefile powerpc: Build kernel with -mcmodel=medium 2013-01-10 17:00:31 +11:00
mem.c powerpc: place EXPORT_SYMBOL macro right after declaration 2013-04-18 13:03:49 +10:00
mmap_64.c
mmu_context_hash32.c
mmu_context_hash64.c powerpc: Update kernel VSID range 2013-03-17 12:39:06 +11:00
mmu_context_nohash.c
mmu_decl.h
numa.c powerpc: fix annotation of fake_numa_create_new_node() 2013-04-18 15:59:56 +10:00
pgtable_32.c
pgtable_64.c powerpc: Rename USER_ESID_BITS* to ESID_BITS* 2013-03-17 12:45:44 +11:00
pgtable.c
ppc_mmu_32.c
slb_low.S powerpc: Rename USER_ESID_BITS* to ESID_BITS* 2013-03-17 12:45:44 +11:00
slb.c
slice.c Fix misspellings of "whether" in comments. 2012-11-19 14:31:35 +01:00
stab.c
subpage-prot.c
tlb_hash32.c
tlb_hash64.c powerpc: Update kernel VSID range 2013-03-17 12:39:06 +11:00
tlb_low_64e.S
tlb_nohash_low.S powerpc/47x: Use the new ppc-opcode infrastructure 2012-11-15 12:59:24 +11:00
tlb_nohash.c