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 2021/10/19 19:20:45 UTC

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #4699: arch:cache: add lock & unlock feature

gustavonihei commented on a change in pull request #4699:
URL: https://github.com/apache/incubator-nuttx/pull/4699#discussion_r732175030



##########
File path: arch/xtensa/src/common/xtensa_cache.c
##########
@@ -112,7 +112,7 @@ void up_disable_icache(void)
  ****************************************************************************/
 
 #ifdef CONFIG_XTENSA_ICACHE
-void up_invalidate_icache(uint32_t start, uint32_t end)
+void up_invalidate_icache(uintptr_t start, uint32_t end)

Review comment:
       ```suggestion
   void up_invalidate_icache(uintptr_t start, uintptr_t end)
   ```
   `end` is also declared as `uintptr_t` on `cache.h`.




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