]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-sparc/namei.h
m68k: Some network drivers do not check the platform
[linux-2.6-omap-h63xx.git] / include / asm-sparc / namei.h
index f2461e8a11ac989646802e5cd9bd15c55928d9ed..618344d89cc44b726586ff4db9ba8eb4beaa2996 100644 (file)
@@ -8,19 +8,6 @@
 #ifndef __SPARC_NAMEI_H
 #define __SPARC_NAMEI_H
 
-#define SPARC_BSD_EMUL "/usr/gnemul/sunos/"
-#define SPARC_SOL_EMUL "/usr/gnemul/solaris/"
-
-static inline char * __emul_prefix(void)
-{
-       switch (current->personality) {
-       case PER_SUNOS:
-               return SPARC_BSD_EMUL;
-       case PER_SVR4:
-               return SPARC_SOL_EMUL;
-       default:
-               return NULL;
-       }
-}
+#define __emul_prefix() NULL
 
 #endif /* __SPARC_NAMEI_H */