Re: [Libhugetlbfs-devel] [PATCH] Add aarch64_be support

2014-04-05 Thread Munson, Eric
On 2014-03-31 11:52, Steve Capper wrote: > From: Koen Kooi > > This patch adds support for big endian Aarch64 by reusing the existing > Aarch64 rules. > > Signed-off-by: Koen Kooi > Tested-by: Victor Kamensky Applied, thanks. Eric

[Libhugetlbfs-devel] [PATCH] Add aarch64_be support

2014-03-31 Thread Steve Capper
From: Koen Kooi This patch adds support for big endian Aarch64 by reusing the existing Aarch64 rules. Signed-off-by: Koen Kooi Tested-by: Victor Kamensky --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 28ceade..d093ef3 100644 --- a/Ma