diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-06-17 13:25:08 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-06-17 13:25:08 +0000 |
commit | 59223edaa18759982db0a8aced0e77457d10c68e (patch) | |
tree | 89354903b01fa0a447bffeefe00df3044495db2e /fs/stat.c | |
parent | db7d4daea91e105e3859cf461d7e53b9b77454b2 (diff) |
Merge with Linux 2.3.6. Sorry, this isn't tested on silicon, I don't
have a MIPS box at hand.
Diffstat (limited to 'fs/stat.c')
-rw-r--r-- | fs/stat.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -24,7 +24,7 @@ do_revalidate(struct dentry *dentry) } -#if !defined(__alpha__) && !defined(__sparc__) +#if !defined(__alpha__) && !defined(__sparc__) && !defined(__ia64__) /* * For backward compatibility? Maybe this should be moved @@ -114,7 +114,7 @@ static int cp_new_stat(struct inode * inode, struct stat * statbuf) } -#if !defined(__alpha__) && !defined(__sparc__) +#if !defined(__alpha__) && !defined(__sparc__) && !defined(__ia64__) /* * For backward compatibility? Maybe this should be moved * into arch/i386 instead? @@ -160,7 +160,7 @@ asmlinkage int sys_newstat(char * filename, struct stat * statbuf) return error; } -#if !defined(__alpha__) && !defined(__sparc__) +#if !defined(__alpha__) && !defined(__sparc__) && !defined(__ia64__) /* * For backward compatibility? Maybe this should be moved @@ -208,7 +208,7 @@ asmlinkage int sys_newlstat(char * filename, struct stat * statbuf) return error; } -#if !defined(__alpha__) && !defined(__sparc__) +#if !defined(__alpha__) && !defined(__sparc__) && !defined(__ia64__) /* * For backward compatibility? Maybe this should be moved |