From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Herrenschmidt Subject: Re: [PATCH] Correct printk %pF to work on all architectures Date: Fri, 05 Sep 2008 08:36:51 +1000 Message-ID: <1220567811.4879.85.camel@pasglop> References: <1220473137.3254.29.camel@localhost.localdomain> <1220481754.3254.42.camel@localhost.localdomain> <1220482853.3254.47.camel@localhost.localdomain> <1220484812.3254.59.camel@localhost.localdomain> <1220492616.3254.64.camel@localhost.localdomain> Reply-To: benh@kernel.crashing.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1220492616.3254.64.camel@localhost.localdomain> Sender: linux-parisc-owner@vger.kernel.org To: James Bottomley Cc: Linus Torvalds , linux-arch@vger.kernel.org, linuxppc-dev@ozlabs.org, linux-ia64@vger.kernel.org, Parisc List List-Id: linux-arch.vger.kernel.org > Make dereference_function_descriptor() more accommodating by allowing > architecture overrides. I put the three overrides (for parisc64, ppc64 > and ia64) in arch/kernel/module.c because that's where the kernel > internal linker which knows how to deal with function descriptors sits. > > Signed-off-by: James Bottomley Acked-by: Benjamin Herrenschmidt From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org ([63.228.1.57]:58294 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754873AbYIDWhJ (ORCPT ); Thu, 4 Sep 2008 18:37:09 -0400 Subject: Re: [PATCH] Correct printk %pF to work on all architectures From: Benjamin Herrenschmidt Reply-To: benh@kernel.crashing.org In-Reply-To: <1220492616.3254.64.camel@localhost.localdomain> References: <1220473137.3254.29.camel@localhost.localdomain> <1220481754.3254.42.camel@localhost.localdomain> <1220482853.3254.47.camel@localhost.localdomain> <1220484812.3254.59.camel@localhost.localdomain> <1220492616.3254.64.camel@localhost.localdomain> Content-Type: text/plain Date: Fri, 05 Sep 2008 08:36:51 +1000 Message-ID: <1220567811.4879.85.camel@pasglop> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-arch-owner@vger.kernel.org List-ID: To: James Bottomley Cc: Linus Torvalds , linux-arch@vger.kernel.org, linuxppc-dev@ozlabs.org, linux-ia64@vger.kernel.org, Parisc List Message-ID: <20080904223651.AjTkSGdbpNOHdGldAxTEkNNcjIS-sr5SFMLvfBQCo7I@z> > Make dereference_function_descriptor() more accommodating by allowing > architecture overrides. I put the three overrides (for parisc64, ppc64 > and ia64) in arch/kernel/module.c because that's where the kernel > internal linker which knows how to deal with function descriptors sits. > > Signed-off-by: James Bottomley Acked-by: Benjamin Herrenschmidt