On 07/09/10 17:32, Andreas Schwab wrote:
Greg Ungerer<gerg@xxxxxxxxxxxx> writes:
+/*
+ * The ColdFire parts cannot do some immediate to memory operations,
+ * so for them we do not specify the "i" asm constraint.
+ */
+#ifdef CONFIG_COLDFIRE
+#define DI "d"
+#else
+#define DI "di"
+#endif
I'd suggest to rename the macro, since DI could easily conflict with a
definition in a driver.
Yeah, I agree. I'll make it a little more descriptive and longer.
Thanks
Greg
--
To unsubscribe from this list: send the line "unsubscribe linux-m68k" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html