OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-ia64/] [namei.h] - Blame information for rev 1774

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
#ifndef _ASM_IA64_NAMEI_H
2
#define _ASM_IA64_NAMEI_H
3
 
4
/*
5
 * Modified 1998, 1999, 2001
6
 *      David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
7
 */
8
 
9
#include <asm/ptrace.h>
10
#include <asm/system.h>
11
 
12
#define EMUL_PREFIX_LINUX_IA32 "emul/ia32-linux/"
13
 
14
static inline char *
15
__emul_prefix (void)
16
{
17
        switch (current->personality) {
18
              case PER_LINUX32:
19
                return EMUL_PREFIX_LINUX_IA32;
20
              default:
21
                return NULL;
22
        }
23
}
24
 
25
#endif /* _ASM_IA64_NAMEI_H */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.