]> xenbits.xensource.com Git - xen.git/commit
arm/config: Declare ELFSIZE_64.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 5 Feb 2016 15:44:45 +0000 (10:44 -0500)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 12 Feb 2016 17:48:45 +0000 (12:48 -0500)
commitbcfaea685d38c08e5eb90797512ab80f0bc69d0c
tree514a040c567d7099e1f93f341751b611b026308a
parent5d8ac238c5b252bd03fea5b28ea4aa3609428478
arm/config: Declare ELFSIZE_64.

Otherwise any code that tries to use Elf_* macros would
require us to use Elf64_* types instead of the more
friendly Elf_ one.

This is OK to do since 32-bit ARM uses LPAE mode.

Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
xen/include/asm-arm/config.h