On 02/27/2015 01:31 AM, Christian Ehrhardt wrote:
Hi, a recent checkout of fio-git revealed a build issue on s390. For whatever reason my git send-email setup is broken so I paste it in the mail and hope it doesn't get mangled, let me know if that fails.
It mangled it horribly, but I just hand applied it. One issue, though:
diff --git a/arch/arch-generic.h b/arch/arch-generic.h index a0b71f8..825a829 100644 --- a/arch/arch-generic.h +++ b/arch/arch-generic.h @@ -2,6 +2,7 @@ #define ARCH_GENERIC_H #define FIO_ARCH (arch_generic) +#define ARCH_CPU_CLOCK_WRAPS
This wont work like I suspect you think it does. This define needs to go in the arch.h header, if you want all archs to catch it.
-- Jens Axboe -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html