From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 23171DDFB6 for ; Fri, 5 Sep 2008 08:37:06 +1000 (EST) Subject: Re: [PATCH] Correct printk %pF to work on all architectures From: Benjamin Herrenschmidt To: James Bottomley 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 Cc: linux-arch@vger.kernel.org, linuxppc-dev@ozlabs.org, linux-ia64@vger.kernel.org, Linus Torvalds , Parisc List Reply-To: benh@kernel.crashing.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > 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