Re: [PATCH v2 1/2] mm/Kconfig: make FLATMEM depend on !NUMA
Mike Rapoport <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.linux.kernel.mm |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Aug 05, 2026 at 12:11:41AM +0900, Sang-Heon Jeon wrote: > FLATMEM + NUMA is not supported by any architecture and fails to build. > The constraint is only implicit in the arch Kconfig files. > > So make it explicit in mm/Kconfig. > > No functional change. > > Suggested-by: Zi Yan <[email protected]> > Signed-off-by: Sang-Heon Jeon <[email protected]> Acked-by: Mike Rapoport (Microsoft) <[email protected]> > --- > mm/Kconfig | 2 ++ > 1 file changed, 2 insertions(+) -- Sincerely yours, Mike.