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 Cc: Linus Torvalds , linux-arch@vger.kernel.org, linuxppc-dev@ozlabs.org, linux-ia64@vger.kernel.org, Parisc List To: James Bottomley Return-path: In-Reply-To: <1220492616.3254.64.camel@localhost.localdomain> List-ID: List-Id: linux-parisc.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