[PATCH v14 08/14] mm: multi-gen LRU: support page table walks
Peter Zijlstra
peterz at infradead.org
Thu Oct 13 08:04:19 PDT 2022
On Mon, Aug 15, 2022 at 01:13:27AM -0600, Yu Zhao wrote:
> + for (i = pmd_index(start), addr = start; addr != end; i++, addr = next) {
> + pmd_t val = pmd_read_atomic(pmd + i);
> +
> + /* for pmd_read_atomic() */
> + barrier();
Please clarify the above. This is an entirely inadequate ordering
comment.
> +
> + next = pmd_addr_end(addr, end);
More information about the linux-arm-kernel
mailing list