gustavonihei commented on a change in pull request #4699:
URL: https://github.com/apache/incubator-nuttx/pull/4699#discussion_r732184269
##########
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)
{
/* align to XCHAL_ICACHE_SIZE */
Review comment:
```suggestion
/* align to XCHAL_ICACHE_LINESIZE */
```
--
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]