Am 31.10.2009 um 05:37 schrieb Stephen Rothwell <s...@canb.auug.org.au>:

Hi Alexander,

On Fri, 30 Oct 2009 16:47:19 +0100 Alexander Graf <ag...@suse.de> wrote:

diff --git a/arch/powerpc/kernel/ppc_ksyms.c b/arch/powerpc/kernel/ ppc_ksyms.c
index c8b27bb..baf778c 100644
--- a/arch/powerpc/kernel/ppc_ksyms.c
+++ b/arch/powerpc/kernel/ppc_ksyms.c
@@ -163,11 +163,12 @@ EXPORT_SYMBOL(screen_info);
#ifdef CONFIG_PPC32
EXPORT_SYMBOL(timer_interrupt);
EXPORT_SYMBOL(irq_desc);
-EXPORT_SYMBOL(tb_ticks_per_jiffy);
EXPORT_SYMBOL(cacheable_memcpy);
EXPORT_SYMBOL(cacheable_memzero);
#endif

+EXPORT_SYMBOL(tb_ticks_per_jiffy);

Since you are moving this anyway, how about moving it into
arch/powerpc/kernel/time.c where tb_ticks_per_jiffy is defined.

Well the fun part is that the hrtimer conversion patch actually deprecates this change.

I merely forgot to change the export back.

So I suppose I'll leave things here as is and then revert this chunk in the hrtimer patch.

Alex
--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to