Re: [PATCH] powerpc/64: Move paca allocation later in boot

2022-02-16 Thread Michael Ellerman
On Tue, 25 Jan 2022 00:05:44 +1100, Michael Ellerman wrote: > Mahesh & Sourabh identified two problems[1][2] with ppc64_bolted_size() > and paca allocation. > > The first is that on a Radix capable machine but with "disable_radix" on > the command line, there is a window during early boot where >

[PATCH] powerpc/64: Move paca allocation later in boot

2022-01-24 Thread Michael Ellerman
Mahesh & Sourabh identified two problems[1][2] with ppc64_bolted_size() and paca allocation. The first is that on a Radix capable machine but with "disable_radix" on the command line, there is a window during early boot where early_radix_enabled() is true, even though it will later become false.