From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752580AbbBWTkt (ORCPT ); Mon, 23 Feb 2015 14:40:49 -0500 Received: from smtp10.smtpout.orange.fr ([80.12.242.132]:58053 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751898AbbBWTks (ORCPT ); Mon, 23 Feb 2015 14:40:48 -0500 X-ME-Helo: beldin X-ME-Date: Mon, 23 Feb 2015 20:40:47 +0100 X-ME-IP: 109.222.213.148 From: Robert Jarzmik To: Daniel Lezcano Cc: Thomas Gleixner , linux-kernel@vger.kernel.org Subject: Re: [PATCH] clocksource: pxa: fix section mismatch References: <1422744040-1269-1-git-send-email-robert.jarzmik@free.fr> X-URL: http://belgarath.falguerolles.org/ Date: Mon, 23 Feb 2015 20:40:45 +0100 In-Reply-To: <1422744040-1269-1-git-send-email-robert.jarzmik@free.fr> (Robert Jarzmik's message of "Sat, 31 Jan 2015 23:40:40 +0100") Message-ID: <87lhjo5sci.fsf@free.fr> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.92 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Robert Jarzmik writes: > As pxa_timer_common_init() is only called in init context, mark it as > such, and quiesce the compiler warnings : > WARNING: vmlinux.o(.text.unlikely+0x45d4): Section mismatch in reference > from the function pxa_timer_common_init() to the function > .init.text:sched_clock_register() > > WARNING: vmlinux.o(.text.unlikely+0x4610): Section mismatch in reference > from the function pxa_timer_common_init() to the function > .init.text:clocksource_mmio_init() > > Signed-off-by: Robert Jarzmik Daniel, could pick that up ? Cheers. -- Robert