On Thursday 26 June 2008, monstr@xxxxxxxxx wrote: > + > +#ifndef _ASM_MICROBLAZE_NAMEI_H > +#define _ASM_MICROBLAZE_NAMEI_H > + > +#ifdef __KERNEL__ > + > +/* This dummy routine maybe changed to something useful > + * for /usr/gnemul/ emulation stuff. > + * Look at asm-sparc/namei.h for details. > + */ > +#define __emul_prefix() NULL > + > +#endif /* __KERNEL__ */ > + > +#endif /* _ASM_MICROBLAZE_NAMEI_H */ Could you move this to asm-generic? Note that the comment is wrong, asm-sparc doesn't actually implement it any more, only ia64, mips and arm have an implementation that actually does something interesting here. Arnd <>< -- 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