The following changes since commit 8a96c80eae18a3594a43cadd82a5807fd2f340cd:
make ioengine specific command line options work (2013-10-09 09:32:34 -0600)
are available in the git repository at:
git://git.kernel.dk/fio.git master
Akash Verma (1):
arch-ppc.h: Fix typo in header guard
Jens Axboe (1):
ppc: disable CPU clock until we can detect whether we have it or not
arch/arch-ppc.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
Diff of recent changes:
diff --git a/arch/arch-ppc.h b/arch/arch-ppc.h
index 6c1029c..0f043bc 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 <unistd.h>
#include <stdlib.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;
}
--
To unsubscribe from this list: send the line "unsubscribe fio" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html