diff --git a/arch/x86/include/asm/elf.h b/arch/x86/include/asm/elf.h index 1fb83d47711f..b82a38c3838a 100644 --- a/arch/x86/include/asm/elf.h +++ b/arch/x86/include/asm/elf.h @@ -5,6 +5,7 @@ /* * ELF register definitions.. */ +#include #include #include @@ -228,7 +229,7 @@ extern int force_personality32; #endif /* !CONFIG_X86_32 */ #define CORE_DUMP_USE_REGSET -#define ELF_EXEC_PAGESIZE 4096 +#define ELF_EXEC_PAGESIZE __PAGE_SIZE /* * This is the base location for PIE (ET_DYN with INTERP) loads. On