[PATCH] Add aarch64 LG_QUANTUM size definition
Riku Voipio
riku.voipio at linaro.org
Tue May 7 02:02:56 PDT 2013
On 18 March 2013 16:40, Riku Voipio <riku.voipio at linaro.org> wrote:
>
> Signed-off-by: Riku Voipio <riku.voipio at linaro.org>
>
Ping?
> ---
> include/jemalloc/internal/jemalloc_internal.h.in | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/include/jemalloc/internal/jemalloc_internal.h.inb/include/jemalloc/internal/
> jemalloc_internal.h.in
> index 50d84ca..e46ac54 100644
> --- a/include/jemalloc/internal/jemalloc_internal.h.in
> +++ b/include/jemalloc/internal/jemalloc_internal.h.in
> @@ -278,6 +278,9 @@ static const bool config_ivsalloc =
> # ifdef __arm__
> # define LG_QUANTUM 3
> # endif
> +# ifdef __aarch64__
> +# define LG_QUANTUM 4
> +# endif
> # ifdef __hppa__
> # define LG_QUANTUM 4
> # endif
> --
> 1.7.10.4
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://jemalloc.net/mailman/jemalloc-discuss/attachments/20130507/44cf8b0f/attachment.html>
More information about the jemalloc-discuss
mailing list