On Thu, Jun 26, 2008 at 02:29:53PM +0200, [EMAIL PROTECTED] 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. _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev
- Re: [PATCH 30/60] microblaze_v4: support for a.out Michal Simek
- Re: [PATCH 30/60] microblaze_v4: support for a.out H. Peter Anvin
- Re: [PATCH 30/60] microblaze_v4: support for a.out Michal Simek
- Re: [PATCH 30/60] microblaze_v4: support for a.out H. Peter Anvin
- Re: [PATCH 30/60] microblaze_v4: support for a.out Paul Mundt
- Re: [PATCH 29/60] microblaze_v4: traps support Paul Mundt
- Re: [PATCH 28/60] microblaze_v4: ptrace support Paul Mundt
- Re: [PATCH 26/60] microblaze_v4: time support Thomas Gleixner
- Re: [PATCH 26/60] microblaze_v4: time support Michal Simek
- Re: [PATCH 25/60] microblaze_v4: process and init tas... Paul Mundt
- Re: [PATCH 24/60] microblaze_v4: asm-offsets Paul Mundt
- Re: [PATCH 19/60] microblaze_v4: checksum support Segher Boessenkool
- Re: [PATCH 19/60] microblaze_v4: checksum support Michal Simek
- Re: [PATCH 19/60] microblaze_v4: checksum support Segher Boessenkool
- Re: [PATCH 12/60] microblaze_v4: Generic dts file for... Jon Loeliger
- Re: [PATCH 12/60] microblaze_v4: Generic dts file for... Michal Simek
- RE: [PATCH 12/60] microblaze_v4: Generic dts file for... Stephen Neuendorffer
- Re: [PATCH 12/60] microblaze_v4: Generic dts file for... Michal Simek
- Re: [PATCH 12/60] microblaze_v4: Generic dts file for... Jon Loeliger
- Re: [PATCH 12/60] microblaze_v4: Generic dts file for... Grant Likely
- Re: [PATCH 12/60] microblaze_v4: Generic dts file for... John Williams