[PATCH 11/14] sparc64: remove CONFIG_SET_FS support
Christoph Hellwig
hch at infradead.org
Tue Feb 15 04:06:53 AEDT 2022
> void prom_world(int enter)
> {
> - if (!enter)
> - set_fs(get_fs());
> -
> __asm__ __volatile__("flushw");
> }
The enter argument is now unused.
More information about the Linuxppc-dev
mailing list