From 3649dab9bdd010a43e54fd7cb7ef93beeed1c476 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 14 Sep 2014 11:19:34 -0600 Subject: [PATCH] Initial integration of kernel stack (does not work) --- Documentation/NuttxPortingGuide.html | 5 ++-- arch/arm/include/armv7-a/irq.h | 6 ++-- arch/arm/src/armv7-a/addrenv.h | 6 ++++ arch/arm/src/armv7-a/arm_addrenv_kstack.c | 30 ++++++++++++------- arch/arm/src/armv7-a/arm_syscall.c | 35 +++++++++++++++++++++-- binfmt/binfmt_execmodule.c | 35 ++++++++++++++++++----- include/nuttx/arch.h | 6 ++-- sched/sched/sched_releasetcb.c | 12 ++++++-- 8 files changed, 105 insertions(+), 30 deletions(-) diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 0a336ec00f..aa4f3129a6 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -3320,18 +3320,19 @@ VxWorks provides the following comparable interface:

4.4.15 up_addrenv_kstackalloc()

Function Prototype:

Description:

Input Parameters:

Returned Value: