On Thu, Jun 26, 2008 at 02:29:53PM +0200, monstr@xxxxxxxxx wrote: > +#include <linux/stddef.h> > +#include <linux/sched.h> > +#include <linux/kernel_stat.h> > +#include <linux/ptrace.h> > +#include <linux/hardirq.h> > +#include <linux/thread_info.h> > + > +#define DEFINE(sym, val) asm volatile("\n->" #sym " %0 " #val : : "i" (val)) > +#define BLANK() asm volatile("\n->" : :) > + There are generic definitions for these these days, include linux/kbuild.h. -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html