Re: [v5, 01/16] powerpc/wii: properly disable use of BATs when requested.

2019-02-25 Thread Michael Ellerman
On Thu, 2019-02-21 at 19:08:37 UTC, Christophe Leroy wrote: > 'nobats' kernel parameter or some options like CONFIG_DEBUG_PAGEALLOC > deny the use of BATS for mapping memory. > > This patch makes sure that the specific wii RAM mapping function > takes it into account as well. > > Fixes: de32400dd

[PATCH v5 01/16] powerpc/wii: properly disable use of BATs when requested.

2019-02-21 Thread Christophe Leroy
'nobats' kernel parameter or some options like CONFIG_DEBUG_PAGEALLOC deny the use of BATS for mapping memory. This patch makes sure that the specific wii RAM mapping function takes it into account as well. Fixes: de32400dd26e ("wii: use both mem1 and mem2 as ram") Cc: sta...@vger.kernel.org Revi