From 2edfe7ed426dd80317ff9969fedcc6d2d51b60a6 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 22 Aug 2018 08:35:52 -0600 Subject: [PATCH] Revert "binfmt/elf: Set elf tcb priority level to default" This reverts commit 1137927bd7a8df83b9e9729d71d8cd7e64c8c719. Superceded by commit f1b5a80ae90762c45dd661df7cd18f7155616d29 --- binfmt/elf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/binfmt/elf.c b/binfmt/elf.c index ea2dfa2a5d..d4e227c26c 100644 --- a/binfmt/elf.c +++ b/binfmt/elf.c @@ -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