summaryrefslogtreecommitdiffstats
path: root/include/asm-sparc/namei_64.h
diff options
context:
space:
mode:
authorIngo Molnar2008-07-24 08:09:26 +0200
committerIngo Molnar2008-07-24 08:09:26 +0200
commit28afe961a18f77b2249062499bdbf70fd2ec6bba (patch)
tree71a5cb32924b8c8256bbc0f2f81c6b8c2ac79108 /include/asm-sparc/namei_64.h
parentftrace: only trace preempt off with preempt tracer (diff)
parentMerge branch 'x86/auditsc' of git://git.kernel.org/pub/scm/linux/kernel/git/f... (diff)
downloadkernel-qcow2-linux-28afe961a18f77b2249062499bdbf70fd2ec6bba.tar.gz
kernel-qcow2-linux-28afe961a18f77b2249062499bdbf70fd2ec6bba.tar.xz
kernel-qcow2-linux-28afe961a18f77b2249062499bdbf70fd2ec6bba.zip
Merge branch 'linus' into tracing/urgent
Diffstat (limited to 'include/asm-sparc/namei_64.h')
-rw-r--r--include/asm-sparc/namei_64.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/asm-sparc/namei_64.h b/include/asm-sparc/namei_64.h
new file mode 100644
index 000000000000..cbc1b4c06891
--- /dev/null
+++ b/include/asm-sparc/namei_64.h
@@ -0,0 +1,13 @@
+/*
+ * linux/include/asm-sparc64/namei.h
+ *
+ * Routines to handle famous /usr/gnemul/s*.
+ * Included from linux/fs/namei.c
+ */
+
+#ifndef __SPARC64_NAMEI_H
+#define __SPARC64_NAMEI_H
+
+#define __emul_prefix() NULL
+
+#endif /* __SPARC64_NAMEI_H */