summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/include/asm/bfin-global.h
diff options
context:
space:
mode:
authorRoland Dreier <rdreier@cisco.com>2008-12-31 05:18:00 +0100
committerIngo Molnar <mingo@elte.hu>2009-01-02 21:52:39 +0100
commit79ff56ebd3edfb16f8badc558cb439b203a3298f (patch)
tree4d235b9c173f7593ff240930478c987ec3c90bef /arch/blackfin/include/asm/bfin-global.h
parentMerge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker... (diff)
downloadlinux-79ff56ebd3edfb16f8badc558cb439b203a3298f.tar.xz
linux-79ff56ebd3edfb16f8badc558cb439b203a3298f.zip
swiotlb: add missing __init annotations
Impact: cleanup, reduce kernel size a bit The current kernel build warns: WARNING: vmlinux.o(.text+0x11458): Section mismatch in reference from the function swiotlb_alloc_boot() to the function .init.text:__alloc_bootmem_low() The function swiotlb_alloc_boot() references the function __init __alloc_bootmem_low(). This is often because swiotlb_alloc_boot lacks a __init annotation or the annotation of __alloc_bootmem_low is wrong. WARNING: vmlinux.o(.text+0x1011f2): Section mismatch in reference from the function swiotlb_late_init_with_default_size() to the function .init.text:__alloc_bootmem_low() The function swiotlb_late_init_with_default_size() references the function __init __alloc_bootmem_low(). This is often because swiotlb_late_init_with_default_size lacks a __init annotation or the annotation of __alloc_bootmem_low is wrong. and indeed the functions calling __alloc_bootmem_low() can be marked __init as well. Signed-off-by: Roland Dreier <rolandd@cisco.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/blackfin/include/asm/bfin-global.h')
0 files changed, 0 insertions, 0 deletions