Benjamin Herrenschmidt <b...@kernel.crashing.org> writes:

> This will be delivering external interrupts from the XIVE to the
> Hypervisor. We treat it as a normal external interrupt for the
> lazy irq disable code (so it will be replayed as a 0x500) and
> route it to do_IRQ.
>
> Signed-off-by: Benjamin Herrenschmidt <b...@kernel.crashing.org>
> ---
>  arch/powerpc/include/asm/exception-64s.h |  2 ++
>  arch/powerpc/include/asm/reg.h           |  1 +
>  arch/powerpc/kernel/cpu_setup_power.S    |  2 ++
>  arch/powerpc/kernel/exceptions-64s.S     | 19 +++++++++++++++++++
>  4 files changed, 24 insertions(+)

This is breaking allmodconfig with:

arch/powerpc/kernel/exceptions-64s.S:778: Error: attempt to move .org backwards
arch/powerpc/kernel/exceptions-64s.S:779: Error: attempt to move .org backwards
arch/powerpc/kernel/exceptions-64s.S:803: Error: attempt to move .org backwards
arch/powerpc/kernel/exceptions-64s.S:804: Error: attempt to move .org backwards
arch/powerpc/kernel/exceptions-64s.S:823: Error: attempt to move .org backwards
arch/powerpc/kernel/exceptions-64s.S:833: Error: attempt to move .org backwards

http://kisskb.ozlabs.ibm.com/kisskb/buildresult/12746513/

cheers
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to