mirror of
https://github.com/apache/nuttx.git
synced 2026-08-06 21:19:03 +00:00
Update ChangeLog
This commit is contained in:
parent
701719b2ca
commit
f9ec764553
1 changed files with 7 additions and 0 deletions
|
|
@ -8560,3 +8560,10 @@
|
|||
* arch/arm/include/armv7-a/irq.h and src/armv7-a/arm_syscall.c: If we
|
||||
are configured to use a kernel stack while in SYSCALL handling, then
|
||||
we need to switch back to the user stack to deliver a signal (2014-9-15).
|
||||
* arch/arm/src/armv6-m/up_svcall.c, armv7-a/arm_syscall.c, and
|
||||
armv7-m/up_svcall.c: Fix a typo in system call when fetching parameter
|
||||
from the stack: regs[REG_PC]+4 is the address, not regs[REG_PC+4]
|
||||
(2014-9-15).
|
||||
* sched/sched/sched_releasetcb.c: Don't release user stack in kernel
|
||||
build. Already destroyed with all of the address environment
|
||||
(2014-9-15).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue