Re: [PATCH -next] x86: make setup_xstate_init() __init

From: Ingo Molnar
Date: Sat Sep 06 2008 - 13:02:18 EST



* Alexey Dobriyan <adobriyan@xxxxxxxxx> wrote:

> WARNING: vmlinux.o(.text+0x22453): Section mismatch in reference from the function setup_xstate_init() to the function .init.text:__alloc_bootmem()
> The function setup_xstate_init() references the function __init __alloc_bootmem().
> This is often because setup_xstate_init lacks a __init annotation or the annotation of __alloc_bootmem is wrong.
>
> Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx>
> ---
>
> arch/x86/kernel/xsave.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

applied to tip/x86/xsave, thanks Alexey.

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/