xyluo555 opened a new issue, #12618:
URL: https://github.com/apache/nuttx/issues/12618

   arch>arm>src>armv7-a>arm_addrenv.c : up_addrenv_destroy()
   for nuttx v12.4.0, the first arg in the following code should be 
"addrenv->shm".
   is that right?
   `
   #ifdef CONFIG_ARCH_VMA_MAPPING
     /* Destroy the shared memory region (without freeing the physical page
      * data).
      */
   
     arm_addrenv_destroy_region(addrenv->heap, ARCH_SHM_NSECTS,
                                CONFIG_ARCH_SHM_VBASE, true);
   #endif
   `


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to