Re: [PATCH v1 13/13] arm64: Rename arm64-internal cache maintenance functions
From: Mark Rutland <mark.rutland@arm.com>
Date: 2021-05-12 10:06:39
From: Mark Rutland <mark.rutland@arm.com>
Date: 2021-05-12 10:06:39
On Wed, May 12, 2021 at 11:00:00AM +0100, Fuad Tabba wrote:
Hi Mark,quoted
quoted
quoted
"s/\b__flush_icache_range\b/__clean_inval_cache_pou/g;"\For icaches, a "flush" is just an invalidate, so this doesn't need "clean".This is one of the reasons for this patch. Although you are correct when it comes to what the name __flush_icache_range implies, it wasn't doing only that. It's flushing both I and D caches. Therefore, the new naming scheme with the cache type as a prefix that you suggest below should make that clearer.
Ah; sorry for the bad feedback, that all makes sense to me, then! I look forward to v2. :) Mark. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel