[PATCH] export itLpNaca on iSeries

From: Paul Mackerras
Date: Wed Apr 07 2004 - 23:08:07 EST


Andrew,

This patch from Julie DeWandel exports the symbol itLpNaca on iSeries
machines, for the use of the viodasd driver.

Please apply.

Thanks,
Paul.

--- linux-2.6/arch/ppc64/kernel/ppc_ksyms.c.orig 2004-03-17 08:54:00.000000000 -0500
+++ linux-2.6/arch/ppc64/kernel/ppc_ksyms.c 2004-04-06 09:23:28.000000000 -0400
@@ -42,6 +42,7 @@
#include <asm/cacheflush.h>
#ifdef CONFIG_PPC_ISERIES
#include <asm/iSeries/HvCallSc.h>
+#include <asm/iSeries/LparData.h>
#endif

extern int do_signal(sigset_t *, struct pt_regs *);
@@ -71,6 +72,9 @@ EXPORT_SYMBOL(__down_interruptible);
EXPORT_SYMBOL(__up);
EXPORT_SYMBOL(naca);
EXPORT_SYMBOL(__down);
+#ifdef CONFIG_PPC_ISERIES
+EXPORT_SYMBOL(itLpNaca);
+#endif

EXPORT_SYMBOL(csum_partial);
EXPORT_SYMBOL(csum_partial_copy_generic);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/