diff options
author | Michal Simek | 2009-03-27 14:25:42 +0100 |
---|---|---|
committer | Michal Simek | 2009-03-27 14:25:42 +0100 |
commit | aa683ff145fd92df147e1fef15f17e06a2ae009f (patch) | |
tree | 587772f45130c4bcf86fbb7f6f50f109a880a852 /arch/microblaze/include/asm/namei.h | |
parent | microblaze_v8: gpio.h, serial.h (diff) | |
download | kernel-qcow2-linux-aa683ff145fd92df147e1fef15f17e06a2ae009f.tar.gz kernel-qcow2-linux-aa683ff145fd92df147e1fef15f17e06a2ae009f.tar.xz kernel-qcow2-linux-aa683ff145fd92df147e1fef15f17e06a2ae009f.zip |
microblaze_v8: namei.h
Reviewed-by: Ingo Molnar <mingo@elte.hu>
Acked-by: John Linn <john.linn@xilinx.com>
Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com>
Acked-by: John Williams <john.williams@petalogix.com>
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/include/asm/namei.h')
-rw-r--r-- | arch/microblaze/include/asm/namei.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/microblaze/include/asm/namei.h b/arch/microblaze/include/asm/namei.h new file mode 100644 index 000000000000..61d60b8a07d5 --- /dev/null +++ b/arch/microblaze/include/asm/namei.h @@ -0,0 +1,22 @@ +/* + * Copyright (C) 2006 Atmark Techno, Inc. + * + * This file is subject to the terms and conditions of the GNU General Public + * License. See the file "COPYING" in the main directory of this archive + * for more details. + */ + +#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 */ |