[PATCH 11/14] sparc64: remove CONFIG_SET_FS support

Arnd Bergmann arnd at kernel.org
Thu Feb 17 00:06:25 AEDT 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 Linuxppc-dev mailing list