Re: [PATCH] powerpc/mm: fix early initialization failure for MMUs with no hash table

2021-11-27 Thread Christophe Leroy
Le 27/11/2021 à 03:04, Vladimir Oltean a écrit : The blamed patch attempted to do a trivial conversion of map_mem_in_cams() by adding an extra "bool init" argument, but by mistake, changed the way in which two call sites pass the other boolean argument, "bool dry_run". As a result, early_init

Re: [PATCH] powerpc/mm: fix early initialization failure for MMUs with no hash table

2021-11-27 Thread Vladimir Oltean
On Sat, Nov 27, 2021 at 04:04:48AM +0200, Vladimir Oltean wrote: > The blamed patch attempted to do a trivial conversion of > map_mem_in_cams() by adding an extra "bool init" argument, but by > mistake, changed the way in which two call sites pass the other boolean > argument, "bool dry_run". > >

[PATCH] powerpc/mm: fix early initialization failure for MMUs with no hash table

2021-11-26 Thread Vladimir Oltean
The blamed patch attempted to do a trivial conversion of map_mem_in_cams() by adding an extra "bool init" argument, but by mistake, changed the way in which two call sites pass the other boolean argument, "bool dry_run". As a result, early_init_this_mmu() now calls map_mem_in_cams() with dry_run=t