https://github.com/torvalds/linux
Revision f56df2f4db6e4af87fb8e941cff69f4501a111df authored by Linus Torvalds on 31 January 2007, 03:42:57 UTC, committed by Linus Torvalds on 31 January 2007, 03:42:57 UTC
Ok, so I said there wouldn't be another -rc.

I lied.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 4222721
Raw File
Tip revision: f56df2f4db6e4af87fb8e941cff69f4501a111df authored by Linus Torvalds on 31 January 2007, 03:42:57 UTC
Linux 2.6.20-rc7
Tip revision: f56df2f
namei.h
#ifndef _ASM_POWERPC_NAMEI_H
#define _ASM_POWERPC_NAMEI_H

#ifdef __KERNEL__

/*
 * Adapted from include/asm-alpha/namei.h
 *
 * Included from fs/namei.c
 */

/* 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_POWERPC_NAMEI_H */
back to top