Re: [PATCH] mips: lib: uncached: fix uninitialized variable 'sp'

From: Maciej W. Rozycki
Date: Sun Dec 06 2020 - 09:35:10 EST


On Sun, 6 Dec 2020, Maciej W. Rozycki wrote:

> I think this should be OK once the issues I mentioned here have been
> addressed.

Or alternatively making the variable global would possibly be a better
fix as it would let the compiler decide if to waste another register to
keep a copy of $sp.

Maciej