Re: [PATCH 1/4] perf bench: Add mem-memcpy.c:memcpy() benchmark

From: Hitoshi Mitake
Date: Tue Nov 17 2009 - 09:36:46 EST


From: Ingo Molnar <mingo@xxxxxxx>
Subject: Re: [PATCH 1/4] perf bench: Add mem-memcpy.c:memcpy() benchmark
Date: Tue, 17 Nov 2009 13:53:15 +0100

>
> FYI, it fails to build on 32-bit systems, with:
>
> bench/mem-memcpy.c: In function 'bench_mem_memcpy':
> bench/mem-memcpy.c:118: error: format '%lu' expects type 'long unsigned int', but argument 4 has type 'size_t'

Sorry, I'll fix it.
# This length as argument for fprintf() makes no sense.
# I wonder why I added this...
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/