summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-10 23:52:46 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-10 23:52:46 +0000
commitb9648c396b1fae393e6a20c7ddd3debee89b5cb9 (patch)
treefb1a246ed2b1312e0abcd32f2f7447bdc1815573 /nuttx/arch/arm
parent29bc7ab1359bd069c7a4909ed8694177d9482542 (diff)
downloadpx4-nuttx-b9648c396b1fae393e6a20c7ddd3debee89b5cb9.tar.gz
px4-nuttx-b9648c396b1fae393e6a20c7ddd3debee89b5cb9.tar.bz2
px4-nuttx-b9648c396b1fae393e6a20c7ddd3debee89b5cb9.zip
Repartition functionality in preparation for nested, pending reprioritization
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1591 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm')
-rw-r--r--nuttx/arch/arm/src/common/up_reprioritizertr.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/nuttx/arch/arm/src/common/up_reprioritizertr.c b/nuttx/arch/arm/src/common/up_reprioritizertr.c
index 2fb7eb631..41aa0d5e2 100644
--- a/nuttx/arch/arm/src/common/up_reprioritizertr.c
+++ b/nuttx/arch/arm/src/common/up_reprioritizertr.c
@@ -109,9 +109,6 @@ void up_reprioritize_rtr(_TCB *tcb, ubyte priority)
/* Setup up the new task priority */
tcb->sched_priority = (ubyte)priority;
-#ifdef CONFIG_PRIORITY_INHERITANCE
- tcb->base_priority = (ubyte)priority;
-#endif
/* Return the task to the specified blocked task list.
* sched_addreadytorun will return TRUE if the task was