Re: [Libhugetlbfs-devel] [PATCH 1/1] aarch64: fix page size not properly computed

2014-05-03 Thread Munson, Eric
On 2014-05-03 07:06, Fathi Boudra wrote: > There's 2 issues fixed: > * typo on MB variable (MB -> $MB) > * some linker variants are missing (linux and big endian) > - aarch64elfb > - aarch64linux > - aarch64linuxb > > Signed-off-by: Fathi Boudra Applied, thanks. Eric

[Libhugetlbfs-devel] [PATCH 1/1] aarch64: fix page size not properly computed

2014-05-03 Thread Fathi Boudra
There's 2 issues fixed: * typo on MB variable (MB -> $MB) * some linker variants are missing (linux and big endian) - aarch64elfb - aarch64linux - aarch64linuxb Signed-off-by: Fathi Boudra --- ld.hugetlbfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ld.hugetlbfs b/l