X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=arch%2Farch-ppc.h;h=0f043bce5348731a6c5ec3775ded5b027aa715c4;hb=f754086950c511d48af21aee5c49e9d7985d3d32;hp=65e6b74acfba431158e07898398312a01a707a3e;hpb=f2dc46ad091681a0746aacef900d3974f05d9fc9;p=fio.git diff --git a/arch/arch-ppc.h b/arch/arch-ppc.h index 65e6b74a..0f043bce 100644 --- a/arch/arch-ppc.h +++ b/arch/arch-ppc.h @@ -1,5 +1,5 @@ #ifndef ARCH_PPC_H -#define ARCH_PPH_H +#define ARCH_PPC_H #include #include @@ -112,12 +112,20 @@ extern int tsc_reliable; static inline int arch_init(char *envp[]) { +#if 0 tsc_reliable = 1; atb_clocktest(); +#endif return 0; } #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