From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762801AbXGUFm4 (ORCPT ); Sat, 21 Jul 2007 01:42:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755595AbXGUFmq (ORCPT ); Sat, 21 Jul 2007 01:42:46 -0400 Received: from pasmtpa.tele.dk ([80.160.77.114]:49209 "EHLO pasmtpA.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755384AbXGUFmq (ORCPT ); Sat, 21 Jul 2007 01:42:46 -0400 Date: Sat, 21 Jul 2007 07:43:59 +0200 From: Sam Ravnborg To: "Antonino A. Daplas" Cc: LKML , Andrew Morton Subject: Re: [PATCH 2/7] console: fix section mismatch warning in vgacon.c Message-ID: <20070721054359.GA31109@uranus.ravnborg.org> References: <20070720212743.GB25064@uranus.ravnborg.org> <1184974649.4538.4.camel@daplas> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1184974649.4538.4.camel@daplas> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jul 21, 2007 at 07:37:29AM +0800, Antonino A. Daplas wrote: > On Fri, 2007-07-20 at 23:27 +0200, Sam Ravnborg wrote: > > Fix following section mismatch warning: > > WARNING: vmlinux.o(.text+0x121e62): Section mismatch: reference to .init.text:__alloc_bootmem (between 'vgacon_startup' and 'vgacon_scrolldelta') > > > > Browsing the code it seems that vgacon_scrollback_startup() is only > > called during the init phase so the reference to the .init.text > > section is OK. > > Teach modpost not to warn using ___init_refok. > > > > Signed-off-by: Sam Ravnborg > Acked-by: Antonino Daplas Thanks. Will you take care of forwarding it it or do we rely on Andrew in this area? Sam