X-Git-Url: https://rtime.felk.cvut.cz/gitweb/mcf548x/linux.git/blobdiff_plain/46437e6f1ea8e78793eb77ed49e0f2c59d572926..0dd53ebda8bd1f37aaabf62c7c8439da166ae91d:/arch/m68k/include/asm/elf.h diff --git a/arch/m68k/include/asm/elf.h b/arch/m68k/include/asm/elf.h index 01c193d91412..36c099db73fd 100644 --- a/arch/m68k/include/asm/elf.h +++ b/arch/m68k/include/asm/elf.h @@ -59,7 +59,9 @@ typedef struct user_m68kfp_struct elf_fpregset_t; is actually used on ASV. */ #define ELF_PLAT_INIT(_r, load_addr) _r->a1 = 0 -#ifndef CONFIG_SUN3 +// ColdFire cache requires at least 8 kB pages + +#if !defined(CONFIG_SUN3) && !defined(CONFIG_COLDFIRE) #define ELF_EXEC_PAGESIZE 4096 #else #define ELF_EXEC_PAGESIZE 8192