X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=arch%2Farch-ppc.h;h=d4a080c4e91f31050404cab8c61b6d23bbe7f371;hb=08633c32740c7b5b08dd057749f611d7f13b55a7;hp=8313331f6fd8fd23d59312027b4337197a6252b2;hpb=9ddf9439052f01afbf33fd1415010eee4e76908b;p=fio.git diff --git a/arch/arch-ppc.h b/arch/arch-ppc.h index 8313331f..d4a080c4 100644 --- a/arch/arch-ppc.h +++ b/arch/arch-ppc.h @@ -82,6 +82,7 @@ static inline unsigned long long get_cpu_clock(void) return ret; } +#if 0 static void atb_child(void) { arch_flags |= ARCH_FLAG_1; @@ -106,14 +107,17 @@ static void atb_clocktest(void) arch_flags |= ARCH_FLAG_1; } } +#endif #define ARCH_HAVE_INIT extern int tsc_reliable; static inline int arch_init(char *envp[]) { +#if 0 tsc_reliable = 1; atb_clocktest(); +#endif return 0; }