Re: [PATCH v2] powerpc: Fix preserved memory size for int-vectors

2024-05-08 Thread Michael Ellerman
On Sat, 13 Jan 2024 08:05:09 +, GUO Zihua wrote: > The first 32k of memory is reserved for interrupt vectors, however for > powerpc64 this might not be enough. Fix this by reserving the maximum > size between 32k and the real size of interrupt vectors. > > Applied to powerpc/next. [1/1] pow

[PATCH v2] powerpc: Fix preserved memory size for int-vectors

2024-01-13 Thread GUO Zihua
The first 32k of memory is reserved for interrupt vectors, however for powerpc64 this might not be enough. Fix this by reserving the maximum size between 32k and the real size of interrupt vectors. Signed-off-by: GUO Zihua --- v2: Eliminate the unneccessary casting and changed type of int_vect