Re: [RFC V3 2/8] mm: Stop using pxd_ERROR()
"David Hildenbrand (Arm)" <[email protected]>
| Newsgroups | gmane.linux.ports.ppc.embedded |
|---|---|
| Message-ID | <a467da8f-7a84-47c0-8172-4f2e23093f79__45748.4182597668$1787073960$gmane$org@kernel.org> |
On 8/18/26 06:00, Anshuman Khandual wrote: > pxd_ERROR() has been used in generic mm just to print the page table entry > in pxd_clear_bad() before clearing those out with pxd_clear() later. These > pxd_ERROR() macros have been provided by all platforms which basically did > the same thing. > > Make pxd_clear_bad() use recently added ptval_to_str() instead for printing > page table entries thus completely dropping dependency on platform provided > pxd_ERROR() macros which can then be dropped off later on. > > Cc: Andrew Morton <[email protected]> > Cc: David Hildenbrand <[email protected]> > Cc: Lorenzo Stoakes <[email protected]> > Cc: [email protected] > Cc: [email protected] > Signed-off-by: Anshuman Khandual <[email protected]> > --- Acked-by: David Hildenbrand (Arm) <[email protected]> -- Cheers, David