[PATCH] ARM: fixup section mismatch warning for alloc_init_pud()

Subsystems: arm port, the rest

STALE5243d

2 messages, 2 authors, 2012-03-26 · open the first message on its own page

[PATCH] ARM: fixup section mismatch warning for alloc_init_pud()

From: kuninori.morimoto.gx@renesas.com (Kuninori Morimoto)
Date: 2012-03-23 05:41:52

This patch fixup below warning

WARNING: arch/arm/mm/built-in.o(.text+0x2320):
Section mismatch in reference from the function alloc_init_pud()
to the function .init.text:alloc_init_section()
The function alloc_init_pud() references
the function __init alloc_init_section().
This is often because alloc_init_pud lacks a __init
annotation or the annotation of alloc_init_section is wrong.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 arch/arm/mm/mmu.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mm/mmu.c b/arch/arm/mm/mmu.c
index 94c5a0c..95a8098 100644
--- a/arch/arm/mm/mmu.c
+++ b/arch/arm/mm/mmu.c
@@ -616,7 +616,7 @@ static void __init alloc_init_section(pud_t *pud, unsigned long addr,
 	}
 }
 
-static void alloc_init_pud(pgd_t *pgd, unsigned long addr, unsigned long end,
+static void __init alloc_init_pud(pgd_t *pgd, unsigned long addr, unsigned long end,
 	unsigned long phys, const struct mem_type *type)
 {
 	pud_t *pud = pud_offset(pgd, addr);
-- 
1.7.5.4

[PATCH] ARM: fixup section mismatch warning for alloc_init_pud()

From: catalin.marinas@arm.com (Catalin Marinas)
Date: 2012-03-26 10:38:54

On Fri, Mar 23, 2012 at 05:41:52AM +0000, Kuninori Morimoto wrote:
This patch fixup below warning

WARNING: arch/arm/mm/built-in.o(.text+0x2320):
Section mismatch in reference from the function alloc_init_pud()
to the function .init.text:alloc_init_section()
The function alloc_init_pud() references
the function __init alloc_init_section().
This is often because alloc_init_pud lacks a __init
annotation or the annotation of alloc_init_section is wrong.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>

-- 
Catalin
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help