On Mon, 04 Nov 2024 17:17:05 +0900, Berg, Benjamin wrote:
> > with this include, I guess <generated/asm-offsets.h> is now in a > > circular dependency. > > > > after only applying this patch onto uml/next, and make mrproper > > ARCH=um, I cannot build UML kernel with defconfig. > > Oh. Probably the easiest is to just get rid of "struct cpu_task" and > then copy the definition of cpu_tasks over. i.e. > > extern void * cpu_tasks[]; > > at that point. thanks, this works for me. -- Hajime