ppc: disable CPU clock until we can detect whether we have it or not
authorJens Axboe <axboe@kernel.dk>
Fri, 11 Oct 2013 16:27:28 +0000 (10:27 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 11 Oct 2013 16:27:28 +0000 (10:27 -0600)
The child segfault test should catch it, however it does not on
AIX at least.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
arch/arch-ppc.h

index 8313331f6fd8fd23d59312027b4337197a6252b2..0f043bce5348731a6c5ec3775ded5b027aa715c4 100644 (file)
@@ -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;
 }