Add addrenv.h; First cut at Cortex-A address environment structures; Add configuration options to setup address enviornment

This commit is contained in:
Gregory Nutt
2014-08-24 09:57:53 -06:00
parent aa48638d57
commit 2cb9d5c7b0
14 changed files with 300 additions and 25 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ static inline int exec_dtors(FAR struct binary_s *binp)
{
binfmt_dtor_t *dtor = binp->dtors;
#ifdef CONFIG_ARCH_ADDRENV
hw_addrenv_t oldenv;
save_addrenv_t oldenv;
int ret;
#endif
int i;
+1 -1
View File
@@ -89,7 +89,7 @@ int nxflat_addrenv_alloc(FAR struct nxflat_loadinfo_s *loadinfo, size_t envsize)
FAR struct dspace_s *dspace;
#ifdef CONFIG_ARCH_ADDRENV
FAR void *vaddr;
hw_addrenv_t oldenv;
save_addrenv_t oldenv;
int ret;
#endif