]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86/namei.h
keys: make the keyring quotas controllable through /proc/sys
[linux-2.6-omap-h63xx.git] / include / asm-x86 / namei.h
index 732f8f0b3dcdf12b9f1d1fd1902af6ea617edbf8..415ef5d9550e5cac77de2fd7beb6493f197bea13 100644 (file)
@@ -1,5 +1,11 @@
-#ifdef CONFIG_X86_32
-# include "namei_32.h"
-#else
-# include "namei_64.h"
-#endif
+#ifndef _ASM_X86_NAMEI_H
+#define _ASM_X86_NAMEI_H
+
+/* 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 /* _ASM_X86_NAMEI_H */