> extern unsigned long elf_hwcap; > +extern bool has_fpu; > #endif
Doesn't this conflict with the !CONFIG_CPU stub in switch_to.h? It seems like we should only have this definition in one place to start with. Otherwise this looks fine to me: Reviewed-by: Christoph Hellwig <h...@lst.de>