4 /* Copyright (C) 2002, David McCullough <davidm@snapgear.com> */
6 struct sram_list_struct
{
7 struct sram_list_struct
*next
;
13 unsigned long end_brk
;
14 unsigned long stack_start
;
16 /* Points to the location in SDRAM where the L1 stack is normally
17 saved, or NULL if the stack is always in SDRAM. */
20 struct sram_list_struct
*sram_list
;
22 #ifdef CONFIG_BINFMT_ELF_FDPIC
23 unsigned long exec_fdpic_loadmap
;
24 unsigned long interp_fdpic_loadmap
;
27 unsigned long *page_rwx_mask
;