From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Herrenschmidt Date: Thu, 04 Sep 2008 22:36:51 +0000 Subject: Re: [PATCH] Correct printk %pF to work on all architectures Message-Id: <1220567811.4879.85.camel@pasglop> List-Id: 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> In-Reply-To: <1220492616.3254.64.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: James Bottomley Cc: Linus Torvalds , linux-arch@vger.kernel.org, linuxppc-dev@ozlabs.org, linux-ia64@vger.kernel.org, Parisc List > 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