diff options
Diffstat (limited to 'arch/alpha/include/asm/elf.h')
| -rw-r--r-- | arch/alpha/include/asm/elf.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/alpha/include/asm/elf.h b/arch/alpha/include/asm/elf.h index 9baae8afe8a..968d9991f5e 100644 --- a/arch/alpha/include/asm/elf.h +++ b/arch/alpha/include/asm/elf.h @@ -2,6 +2,7 @@  #define __ASM_ALPHA_ELF_H  #include <asm/auxvec.h> +#include <asm/special_insns.h>  /* Special values for the st_other field in the symbol table.  */ @@ -101,7 +102,7 @@ typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];  #define ELF_PLAT_INIT(_r, load_addr)	_r->r0 = 0 -/* The registers are layed out in pt_regs for PAL and syscall +/* The registers are laid out in pt_regs for PAL and syscall     convenience.  Re-order them for the linear elf_gregset_t.  */  struct pt_regs;  | 
