On Wed, Jan 03, 2024 at 05:14:14PM +0800, pet...@redhat.com wrote: > From: Peter Xu <pet...@redhat.com> > > These macros can be helpful when we plan to merge hugetlb code into generic > code. Move them out and define them even if !THP. > > We actually already defined HPAGE_PMD_NR for other reasons even if !THP. > Reorganize these macros. > > Reviewed-by: Christoph Hellwig <h...@infradead.org> > Signed-off-by: Peter Xu <pet...@redhat.com> > --- > include/linux/huge_mm.h | 17 ++++++----------- > 1 file changed, 6 insertions(+), 11 deletions(-)
Reviewed-by: Jason Gunthorpe <j...@nvidia.com> Jason