On Thu, 2017-08-03 at 10:19 +1000, Michael Ellerman wrote: > arch/powerpc/kernel/entry_32.S:(.text+0x7ac): undefined reference to > `do_break' > > For now I've just wrapped the asm above in: > > +#if !(defined(CONFIG_4xx) || defined(CONFIG_BOOKE) || > defined(CONFIG_PPC_8xx)) > > But would be happy if there was something less gross.
#ifdef CONFIG_6xx... Cheers, Ben.