Goodbye mips64. 31704 lines of code bite the dust.
[linux-2.6/linux-mips.git] / include / asm-ia64 / namei.h
blobb35693c6a0c341e94d89ea61d329c3d9d1d67f12
1 #ifndef _ASM_IA64_NAMEI_H
2 #define _ASM_IA64_NAMEI_H
4 /*
5 * Copyright (C) 1998, 1999, 2001 Hewlett-Packard Co
6 * David Mosberger-Tang <davidm@hpl.hp.com>
7 */
9 #include <asm/ptrace.h>
10 #include <asm/system.h>
12 #define EMUL_PREFIX_LINUX_IA32 "emul/ia32-linux/"
14 static inline char *
15 __emul_prefix (void)
17 switch (current->personality) {
18 case PER_LINUX32:
19 return EMUL_PREFIX_LINUX_IA32;
20 default:
21 return NULL;
25 #endif /* _ASM_IA64_NAMEI_H */