]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] another mips build fix
authorAndrew Morton <akpm@osdl.org>
Tue, 13 Apr 2004 02:25:02 +0000 (19:25 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 13 Apr 2004 02:25:02 +0000 (19:25 -0700)
From: Samium Gromoff <deepfire@sic-elvis.zel.ru>

Without this one it fails to build, too.

fs/stat.c

index e62d3c60d61474d4ce442fc261b2d4727b2f4cba..ff47bafd0372ad8ddd41bc419087003aaea8dcae 100644 (file)
--- a/fs/stat.c
+++ b/fs/stat.c
@@ -107,7 +107,8 @@ EXPORT_SYMBOL(vfs_fstat);
 
 #if !defined(__alpha__) && !defined(__sparc__) && !defined(__ia64__) \
   && !defined(CONFIG_ARCH_S390) && !defined(__hppa__) \
-  && !defined(__arm__) && !defined(CONFIG_V850) && !defined(__powerpc64__)
+  && !defined(__arm__) && !defined(CONFIG_V850) && !defined(__powerpc64__) \
+  && !defined(__mips__)
 
 /*
  * For backward compatibility?  Maybe this should be moved