Commit 55765622 authored by Alan Cox's avatar Alan Cox Committed by Dave Jones

[PATCH] update the stat ifdef rule for v850

parent 72bd6173
......@@ -96,8 +96,8 @@ int vfs_fstat(unsigned int fd, struct kstat *stat)
}
#if !defined(__alpha__) && !defined(__sparc__) && !defined(__ia64__) \
&& !defined(CONFIG_ARCH_S390) && !defined(__hppa__) && !defined(__x86_64__) \
&& !defined(__arm__)
&& !defined(CONFIG_ARCH_S390) && !defined(__hppa__) && !defined(__x86_64__) \
&& !defined(__arm__) && !defined(CONFIG_V850)
/*
* For backward compatibility? Maybe this should be moved
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment