On Fri, Mar 20, 2020 at 01:49:04PM -0300, Jason Gunthorpe wrote: > From: Jason Gunthorpe <[email protected]> > > This code can be compiled when CONFIG_TRANSPARENT_HUGEPAGE is off, so > remove the ifdef.
It can compile, but will the compiler optimize it away? Seems like both pmd_trans_huge and pmd_devmap are stubs for !CONFIG_TRANSPARENT_HUGEPAGE, so yes. But that should be mentioned in the commit message. _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
