wangzhi-art commented on code in PR #15430: URL: https://github.com/apache/nuttx/pull/15430#discussion_r1909718783
########## arch/arm/src/armv7-a/l2cc.h: ########## @@ -136,6 +136,7 @@ void l2cc_enable(void); ****************************************************************************/ void l2cc_disable(void); +void l2cc_disable_nolock(void); Review Comment: Done. ########## arch/arm/src/armv7-a/l2cc.h: ########## @@ -168,6 +169,7 @@ void l2cc_sync(void); ****************************************************************************/ void l2cc_invalidate_all(void); +void l2cc_invalidate_all_nolock(void); Review Comment: Done. -- 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]
