mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
Revert "binfmt/elf: Set elf tcb priority level to default"
This reverts commit1137927bd7. Superceded by commitf1b5a80ae9
This commit is contained in:
@@ -264,7 +264,6 @@ static int elf_loadbinary(FAR struct binary_s *binp)
|
|||||||
|
|
||||||
binp->entrypt = (main_t)(loadinfo.textalloc + loadinfo.ehdr.e_entry);
|
binp->entrypt = (main_t)(loadinfo.textalloc + loadinfo.ehdr.e_entry);
|
||||||
binp->stacksize = CONFIG_ELF_STACKSIZE;
|
binp->stacksize = CONFIG_ELF_STACKSIZE;
|
||||||
binp->priority = SCHED_PRIORITY_DEFAULT;
|
|
||||||
|
|
||||||
/* Add the ELF allocation to the alloc[] only if there is no address
|
/* Add the ELF allocation to the alloc[] only if there is no address
|
||||||
* environment. If there is an address environment, it will automatically
|
* environment. If there is an address environment, it will automatically
|
||||||
|
|||||||
Reference in New Issue
Block a user