Re: [RFC V2 2/6] parisc/mm: Directly use generic [pmd|pgd]_clear_bad()
"David Hildenbrand (Arm)" <[email protected]>
| Newsgroups | gmane.linux.ports.ppc.embedded |
|---|---|
| Message-ID | <ac5a912b-fc98-4b77-b453-2f9bd8f9e6db__40364.1067141265$1786533396$gmane$org@kernel.org> |
On 8/11/26 06:21, Anshuman Khandual wrote: > Drop [pmd|pgd]_ERROR() followed by [pmd|pgd]_clear() instances. But instead > directly use semantically equivalent generic helpers [pmd|pgd]_clear_bad() > in unmap_uncached_[pte|pmd]() which helps in dropping their corresponding > [pmd|pgd]_ERROR() macros across the tree. > > Cc: "James E.J. Bottomley" <[email protected]> > Cc: Helge Deller <[email protected]> > Cc: [email protected] > Cc: [email protected] > Signed-off-by: Anshuman Khandual <[email protected]> > --- Reviewed-by: David Hildenbrand (Arm) <[email protected]> -- Cheers, David