Revert "binfmt/elf: Set elf tcb priority level to default"
This reverts commit 1137927bd7a8df83b9e9729d71d8cd7e64c8c719. Superceded by commit f1b5a80ae90762c45dd661df7cd18f7155616d29
This commit is contained in:
parent
e3a1d4213c
commit
2edfe7ed42
@ -264,7 +264,6 @@ static int elf_loadbinary(FAR struct binary_s *binp)
|
||||
|
||||
binp->entrypt = (main_t)(loadinfo.textalloc + loadinfo.ehdr.e_entry);
|
||||
binp->stacksize = CONFIG_ELF_STACKSIZE;
|
||||
binp->priority = SCHED_PRIORITY_DEFAULT;
|
||||
|
||||
/* Add the ELF allocation to the alloc[] only if there is no address
|
||||
* environment. If there is an address environment, it will automatically
|
||||
|
Loading…
x
Reference in New Issue
Block a user