From ddc0cc31a2b75b1c7dde870c8867af11fa44db92 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 11 Oct 2013 10:27:28 -0600 Subject: [PATCH] ppc: disable CPU clock until we can detect whether we have it or not The child segfault test should catch it, however it does not on AIX at least. Signed-off-by: Jens Axboe --- arch/arch-ppc.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arch-ppc.h b/arch/arch-ppc.h index 8313331f..0f043bce 100644 --- a/arch/arch-ppc.h +++ b/arch/arch-ppc.h @@ -112,8 +112,10 @@ extern int tsc_reliable; static inline int arch_init(char *envp[]) { +#if 0 tsc_reliable = 1; atb_clocktest(); +#endif return 0; } -- 2.25.1