Re: [PATCH 5/5] MIPS: Undefine PMD_ORDER for 32-bit builds

2019-07-22 Thread Paul Burton
Hello, Paul Cercueil wrote: > From: Daniel Silsby > > During an update long ago to conform to 4-level page code, PMD_ORDER was > changed from 0 to 1, despite the fact that a PMD table is not used at > all in a 32-bit MIPS build. PMD_ORDER does not seem to be used in these > builds. Now, it

[PATCH 5/5] MIPS: Undefine PMD_ORDER for 32-bit builds

2019-07-15 Thread Paul Cercueil
From: Daniel Silsby During an update long ago to conform to 4-level page code, PMD_ORDER was changed from 0 to 1, despite the fact that a PMD table is not used at all in a 32-bit MIPS build. PMD_ORDER does not seem to be used in these builds. Now, it matches PUD_ORDER, a nonsense #define to give