Comsetic updates to comments, debug output
This commit is contained in:
parent
fba35f0c41
commit
fe48417a96
@ -631,7 +631,9 @@ int up_addrenv_vtext(FAR group_addrenv_t *addrenv, FAR void **vtext)
|
|||||||
int up_addrenv_vdata(FAR group_addrenv_t *addrenv, uintptr_t textsize,
|
int up_addrenv_vdata(FAR group_addrenv_t *addrenv, uintptr_t textsize,
|
||||||
FAR void **vdata)
|
FAR void **vdata)
|
||||||
{
|
{
|
||||||
bvdbg("return=%p\n", (FAR void *)CONFIG_ARCH_DATA_VBASE);
|
bvdbg("return=%p\n",
|
||||||
|
(FAR void *)(CONFIG_ARCH_DATA_VBASE + ARCH_DATA_RESERVE_SIZE));
|
||||||
|
|
||||||
/* Not much to do in this case */
|
/* Not much to do in this case */
|
||||||
|
|
||||||
DEBUGASSERT(addrenv && vdata);
|
DEBUGASSERT(addrenv && vdata);
|
||||||
|
@ -116,7 +116,7 @@ up_fullcontextrestore:
|
|||||||
|
|
||||||
#ifdef CONFIG_BUILD_KERNEL
|
#ifdef CONFIG_BUILD_KERNEL
|
||||||
/* For the kernel build, we need to be able to transition gracefully
|
/* For the kernel build, we need to be able to transition gracefully
|
||||||
* between kernel- and user-mode tasks. We have to do that with a system
|
* between kernel- and user-mode tasks. Here we do that with a system
|
||||||
* call; the system call will execute in kernel mode and but can return
|
* call; the system call will execute in kernel mode and but can return
|
||||||
* to either user or kernel mode.
|
* to either user or kernel mode.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user