From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Subject: Re: [PATCH 3/3] m68k: section mismatch fixes: Atari SCSI Date: Fri, 30 Jan 2009 19:38:20 +0100 (CET) Message-ID: References: <1b1304130901131349n6b67eac5j1c17f4791dd6718e@mail.gmail.com> <20090114003245.GA4419@cynthia.pants.nu> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Return-path: Received: from edna.telenet-ops.be ([195.130.132.58]:59704 "EHLO edna.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752288AbZA3SiW (ORCPT ); Fri, 30 Jan 2009 13:38:22 -0500 In-Reply-To: Sender: linux-m68k-owner@vger.kernel.org List-Id: linux-m68k@vger.kernel.org To: Michael Schmitz Cc: linux-m68k@vger.kernel.org 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 > 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@linux-m68k.org 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