Re: [PATCH] powerpc/mm: Fix page table dump build on non-Book3S

2017-03-06 Thread Michael Ellerman
"Robert E. Cochran" writes: > On 12/01/2016 04:00 AM, Michael Ellerman wrote: >> In the recent commit 1515ab932156 ("powerpc/mm: Dump hash table") we >> added code to dump the hage page table. Currently this can be selected >> to build on any platform. However it breaks the

Re: [PATCH] powerpc/mm: Fix page table dump build on non-Book3S

2017-03-05 Thread Robert E. Cochran
On 12/01/2016 04:00 AM, Michael Ellerman wrote: In the recent commit 1515ab932156 ("powerpc/mm: Dump hash table") we added code to dump the hage page table. Currently this can be selected to build on any platform. However it breaks the build if we're building for a non-Book3S platform, because

[PATCH] powerpc/mm: Fix page table dump build on non-Book3S

2016-12-01 Thread Michael Ellerman
In the recent commit 1515ab932156 ("powerpc/mm: Dump hash table") we added code to dump the hage page table. Currently this can be selected to build on any platform. However it breaks the build if we're building for a non-Book3S platform, because none of the hash page table related defines and so