From: Jens Axboe Date: Fri, 9 Aug 2013 15:17:09 +0000 (-0600) Subject: powerpc: disable use of ATBU clock X-Git-Tag: fio-2.1.3~14 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=d2d982d3c510e23a4344b24ba1a29b5c6f0fbaa0;p=fio.git powerpc: disable use of ATBU clock Signed-off-by: Jens Axboe --- diff --git a/arch/arch-ppc.h b/arch/arch-ppc.h index 65e6b74a..6c1029c8 100644 --- a/arch/arch-ppc.h +++ b/arch/arch-ppc.h @@ -118,6 +118,12 @@ static inline int arch_init(char *envp[]) } #define ARCH_HAVE_FFZ -#define ARCH_HAVE_CPU_CLOCK + +/* + * We don't have it on all platforms, lets comment this out until we + * can handle it more intelligently. + * + * #define ARCH_HAVE_CPU_CLOCK + */ #endif