jlaitine commented on code in PR #12182: URL: https://github.com/apache/nuttx/pull/12182#discussion_r1572397992
########## arch/arm64/src/imx9/imx9_usbdev.c: ########## @@ -54,6 +54,21 @@ * Pre-processor Definitions ****************************************************************************/ +#if !defined(ARMV8M_DCACHE_LINESIZE) || ARMV8M_DCACHE_LINESIZE == 0 Review Comment: This is arm-v8. Or do you mean why arm-v8m and not arm-v8a? This was just to be consistent with other drivers which use the same. -- 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]
