On May 16, 2008, at 9:55 PM, Stephen Rothwell wrote:
Hi Kumar,
On Fri, 16 May 2008 14:08:00 -0500 (CDT) Kumar Gala <[EMAIL PROTECTED]
> wrote:
+++ b/arch/powerpc/kernel/asm-offsets.c
@@ -52,6 +52,15 @@
#include <asm/iseries/alpaca.h>
#endif
+#if defined(CONFIG_BOOKE) || defined(CONFIG_40x)
+#include "head_booke.h"
+#endif
+
+#define DEFINE(sym, val) \
+ asm volatile("\n->" #sym " %0 " #val : : "i" (val))
+
+#define BLANK() asm volatile("\n->" : : )
+
Why are these defines here? We already pick them up from kbuild.h ...
thanks, this is a mismerge from some old tree, will clean up.
- k
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev