From: Jens Axboe Date: Fri, 11 Oct 2013 16:27:28 +0000 (-0600) Subject: ppc: disable CPU clock until we can detect whether we have it or not X-Git-Tag: fio-2.1.4~16 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=ddc0cc31a2b75b1c7dde870c8867af11fa44db92 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 --- 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; }