You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/09/21 07:44:07 UTC

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request, #7149: arch: armv7-a: Remove the code for CONFIG_ARCH_PGPOOL_MAPPING=n

masayuki2009 opened a new pull request, #7149:
URL: https://github.com/apache/incubator-nuttx/pull/7149

   ## Summary
   
   - Currently, CONFIG_ARCH_PGPOOL_MAPPING=y is necessary for CONFIG_BUILD_KERNEL=y.
   - This commit removes the code for CONFIG_ARCH_PGPOOL_MAPPING=n
   
   ## Impact
   
   - None
   
   ## Testing
   
   - Tested with sabre-6quad:netknsh_smp
   


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7149: arch: armv7-a: Remove the code for CONFIG_ARCH_PGPOOL_MAPPING=n

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on code in PR #7149:
URL: https://github.com/apache/incubator-nuttx/pull/7149#discussion_r976318391


##########
arch/arm/src/armv7-a/pgalloc.h:
##########
@@ -228,9 +197,7 @@ uintptr_t arm_physpgaddr(uintptr_t vaddr);
  *
  ****************************************************************************/
 
-#ifdef CONFIG_ARCH_PGPOOL_MAPPING

Review Comment:
   should we select ARCH_PGPOOL_MAPPING for cortex-a in Kconfig automatically?



-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7149: arch: armv7-a: Remove the code for CONFIG_ARCH_PGPOOL_MAPPING=n

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged PR #7149:
URL: https://github.com/apache/incubator-nuttx/pull/7149


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] masayuki2009 commented on a diff in pull request #7149: arch: armv7-a: Remove the code for CONFIG_ARCH_PGPOOL_MAPPING=n

Posted by GitBox <gi...@apache.org>.
masayuki2009 commented on code in PR #7149:
URL: https://github.com/apache/incubator-nuttx/pull/7149#discussion_r976394218


##########
arch/arm/src/armv7-a/pgalloc.h:
##########
@@ -228,9 +197,7 @@ uintptr_t arm_physpgaddr(uintptr_t vaddr);
  *
  ****************************************************************************/
 
-#ifdef CONFIG_ARCH_PGPOOL_MAPPING

Review Comment:
   >should we select ARCH_PGPOOL_MAPPING for cortex-a in Kconfig automatically?
   
   @xiaoxiang781216 
   I think it's a good idea but should be done in a separate PR, because RISC-V has the same implementation.
   



-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7149: arch: armv7-a: Remove the code for CONFIG_ARCH_PGPOOL_MAPPING=n

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on code in PR #7149:
URL: https://github.com/apache/incubator-nuttx/pull/7149#discussion_r976413779


##########
arch/arm/src/armv7-a/pgalloc.h:
##########
@@ -228,9 +197,7 @@ uintptr_t arm_physpgaddr(uintptr_t vaddr);
  *
  ****************************************************************************/
 
-#ifdef CONFIG_ARCH_PGPOOL_MAPPING

Review Comment:
   Ok, let's wait your new PR.



-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org