On Sun, 18 Jan 2009, Michael Schmitz wrote:
There's one remaining section mismatch that I cannot fix: WARNING: vmlinux.o(.text+0x69fc): Section mismatch in reference from the function atari_stram_alloc() to the function .init.text:__alloc_bootmem_low() The function atari_stram_alloc() references the function __init __alloc_bootmem_low(). This is often because atari_stram_alloc lacks a __init annotation or the annotation of __alloc_bootmem_low is wrong. atari_stram_alloc() is needed after kernel init, and __alloc_bootmem_low is never called after MMU init, so that seems harmless.
Yep, I went through the same logic before...
commit 0937bf535329004b055dacdaf4d06fa424f716a2 Author: Michael Schmitz <schmitz@xxxxxxxxxxxxxxxxxxxxxxxx> Date: Fri Jan 2 23:44:01 2009 +0100 [m68k] Atari SCSI: add __init annotations to probe routines
OK, thx. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html