We don't implement the ancient stat syscalls on ppc64 since early libcs
wont run on ppc64 (they hardcode the incorrect cacheline size).
#if !defined(__alpha__) && !defined(__sparc__) && !defined(__ia64__) \
&& !defined(CONFIG_ARCH_S390) && !defined(__hppa__) && !defined(__x86_64__) \
- && !defined(__arm__) && !defined(CONFIG_V850)
+ && !defined(__arm__) && !defined(CONFIG_V850) && !defined(__powerpc64__)
/*
* For backward compatibility? Maybe this should be moved