[PATCH 03/24] powerpc/6xx: Handle DABR match before calling do_page_fault
Benjamin Herrenschmidt
benh at kernel.crashing.org
Thu Aug 3 11:00:08 AEST 2017
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.
More information about the Linuxppc-dev
mailing list