powerpc: disable use of ATBU clock
authorJens Axboe <axboe@kernel.dk>
Fri, 9 Aug 2013 15:17:09 +0000 (09:17 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 9 Aug 2013 15:17:09 +0000 (09:17 -0600)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
arch/arch-ppc.h

index 65e6b74acfba431158e07898398312a01a707a3e..6c1029c8f9e96e8f6a27f4996eb903635c28abf7 100644 (file)
@@ -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