From: Alexey Dobriyan Date: Sat, 30 Aug 2008 02:03:34 +0000 (+0400) Subject: x86: make setup_xstate_init() __init X-Git-Tag: v2.6.28-rc1~699^2^8~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a19aac8548d85cf15d744335b8e82201da760d80;p=pandora-kernel.git x86: make setup_xstate_init() __init 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed