[PATCH] ARM: tegra: make tegra_cpu_reset_handler_enable() __init

Peter De Schrijver pdeschrijver at nvidia.com
Wed Jul 18 11:01:31 EDT 2012


On Mon, Jun 18, 2012 at 11:01:50PM +0200, Stephen Warren wrote:
> From: Stephen Warren <swarren at nvidia.com>
> 
> This solves a section mismatch warning. I hadn't noticed this before,
> because my compiler was inlining tegra_cpu_reset_handler_enable() inside
> tegra_cpu_reset_handler_init(), which is already __init, but I switched
> compilers and it stopped doing that.

Why does this generate a section mismatch warning? I see why calling a
a __init marked function from a non __init marked function is a problem, but
the opposite should be ok no?

Cheers,

Peter.




More information about the linux-arm-kernel mailing list