From d2d982d3c510e23a4344b24ba1a29b5c6f0fbaa0 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 9 Aug 2013 09:17:09 -0600 Subject: [PATCH] powerpc: disable use of ATBU clock Signed-off-by: Jens Axboe --- arch/arch-ppc.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- 2.25.1