ldube commented on code in PR #16344: URL: https://github.com/apache/nuttx/pull/16344#discussion_r2081957169
########## arch/arm/include/armv7-a/irq.h: ########## @@ -303,13 +303,15 @@ struct xcptcontext #ifdef CONFIG_ARCH_ADDRENV #ifdef CONFIG_ARCH_STACK_DYNAMIC - /* This array holds the physical address of the level 2 page table used + /* Experimental support for dynamically sized stacks. We using per-task + * l1entry, so only record the ustack virtual address base. + * This array holds the physical address of the level 2 page table used Review Comment: If the "array" is the removed "ustack[]", the whole comment should be updated. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org