Re: [PATCH] mips: check for dsp presence only once before save/restore

2019-10-07 Thread Paul Burton
Hello, Aurabindo Jayamohanan wrote: > {save,restore}_dsp() internally checks if the cpu has dsp support. > Therefore, explicit check is not required before calling them in > {save,restore}_processor_state() Applied to mips-next. > commit 9662dd752c14 > https://git.kernel.org/mips/c/9662dd752c14

[PATCH] mips: check for dsp presence only once before save/restore

2019-09-13 Thread Aurabindo Jayamohanan
{save,restore}_dsp() internally checks if the cpu has dsp support. Therefore, explicit check is not required before calling them in {save,restore}_processor_state() Signed-off-by: Aurabindo Jayamohanan --- arch/mips/power/cpu.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff