xiaoxiang781216 commented on code in PR #12041:
URL: https://github.com/apache/nuttx/pull/12041#discussion_r1578897707


##########
include/nuttx/addrenv.h:
##########
@@ -190,9 +190,8 @@
 #    define CONFIG_ARCH_SHM_NPAGES 1
 #  endif
 
-#  define ARCH_SHM_MAXPAGES   (CONFIG_ARCH_SHM_NPAGES * 
CONFIG_ARCH_SHM_MAXREGIONS)
-#  define ARCH_SHM_REGIONSIZE (CONFIG_ARCH_SHM_NPAGES * CONFIG_MM_PGSIZE)
-#  define ARCH_SHM_SIZE       (CONFIG_ARCH_SHM_MAXREGIONS * 
ARCH_SHM_REGIONSIZE)
+#  define ARCH_SHM_MAXPAGES   (CONFIG_ARCH_SHM_NPAGES)

Review Comment:
   remove



-- 
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