aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/include/asm/namei.h
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2009-03-27 14:25:42 +0100
committerMichal Simek <monstr@monstr.eu>2009-03-27 14:25:42 +0100
commitaa683ff145fd92df147e1fef15f17e06a2ae009f (patch)
tree587772f45130c4bcf86fbb7f6f50f109a880a852 /arch/microblaze/include/asm/namei.h
parenta1a741e4143a971dafe66f54defdea2ad9a5be5a (diff)
downloadkernel_samsung_smdk4412-aa683ff145fd92df147e1fef15f17e06a2ae009f.zip
kernel_samsung_smdk4412-aa683ff145fd92df147e1fef15f17e06a2ae009f.tar.gz
kernel_samsung_smdk4412-aa683ff145fd92df147e1fef15f17e06a2ae009f.tar.bz2
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.h22
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 0000000..61d60b8
--- /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 */