diff options
author | 2008-08-30 06:03:34 +0400 | |
---|---|---|
committer | 2008-09-06 19:01:18 +0200 | |
commit | a19aac8548d85cf15d744335b8e82201da760d80 (patch) | |
tree | aae142c439df98caeb21b7d8457acdb6a29b2971 /net/unix/af_unix.c | |
parent | Merge branch 'x86/cpu' into x86/xsave (diff) | |
download | wireguard-linux-a19aac8548d85cf15d744335b8e82201da760d80.tar.xz wireguard-linux-a19aac8548d85cf15d744335b8e82201da760d80.zip |
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 <adobriyan@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions