[PATCH 11/14] sparc64: remove CONFIG_SET_FS support

Arnd Bergmann arnd at kernel.org
Wed Feb 16 05:06:25 PST 2022


On Mon, Feb 14, 2022 at 6:06 PM Christoph Hellwig <hch at infradead.org> wrote:
>
> >  void prom_world(int enter)
> >  {
> > -     if (!enter)
> > -             set_fs(get_fs());
> > -
> >       __asm__ __volatile__("flushw");
> >  }
>
> The enter argument is now unused.

Right, good point. I'll add a comment, but I think I will leave that
as this seems
too hard to change the callers in assembly code for this. If any
sparc64 developer
wants to clean that up, I'm happy to integrate the cleanup patch in my series.

         Arnd



More information about the linux-riscv mailing list