Re: [PATCH v6 2/2] mm: Convert vmemmap_p?d_populate() to static functions
"David Hildenbrand (arm)" <[email protected]>
| Newsgroups | org.kernel.vger.sparclinux,org.kernel.vger.linux-kernel,org.kvack.linux-mm |
|---|---|
| Message-ID | <[email protected]> |
On 2/1/26 07:35, chengkaitao wrote: > From: Chengkaitao <[email protected]> > > Since the vmemmap_p?d_populate functions are unused outside the mm > subsystem, we can remove their external declarations and convert > them to static functions. > > Signed-off-by: Chengkaitao <[email protected]> > --- Acked-by: David Hildenbrand (arm) <[email protected]> -- Cheers David