Re: [RFC V2 2/6] parisc/mm: Directly use generic [pmd|pgd]_clear_bad()
"David Hildenbrand (Arm)" <[email protected]>
| Newsgroups | gmane.linux.ports.ppc64.devel,gmane.linux.kernel.mm,gmane.linux.ports.alpha,gmane.linux.kernel.arc,gmane.linux.ports.arm.kernel,gmane.linux.ports.hexagon,gmane.linux.ports.mips,gmane.linux.ports.parisc,gmane.linux.ports.riscv,gmane.linux.ports.sh.devel,gmane.linux.ports.sparc,gmane.linux.uml.devel,gmane.linux.kernel.cross-arch,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
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