Re: [PATCH] MIPS: vpe: Remove vpe_getcwd

2021-02-08 Thread Maciej W. Rozycki
On Fri, 22 Jan 2021, Thomas Bogendoerfer wrote: > I couldn't find any user of the dubious vpe_getcwd so far. So remove it and > get rid of another set_fs(KERNEL_DS). IIRC it served as the path for the SP-side program to load in the AP/SP model. Or something like that. There may have been an

Re: [PATCH] MIPS: vpe: Remove vpe_getcwd

2021-01-27 Thread Thomas Bogendoerfer
On Fri, Jan 22, 2021 at 12:44:49PM +0100, Thomas Bogendoerfer wrote: > I couldn't find any user of the dubious vpe_getcwd so far. So remove it and > get rid of another set_fs(KERNEL_DS). > > Signed-off-by: Thomas Bogendoerfer > --- > arch/mips/include/asm/vpe.h | 3 --- >

[PATCH] MIPS: vpe: Remove vpe_getcwd

2021-01-22 Thread Thomas Bogendoerfer
I couldn't find any user of the dubious vpe_getcwd so far. So remove it and get rid of another set_fs(KERNEL_DS). Signed-off-by: Thomas Bogendoerfer --- arch/mips/include/asm/vpe.h | 3 --- arch/mips/kernel/vpe.c | 33 - 2 files changed, 36 deletions(-)