[PATCH 6/6] powerpc: Implement PPR save/restore
Benjamin Herrenschmidt
benh at kernel.crashing.org
Mon Sep 10 14:25:37 EST 2012
> diff --git a/arch/powerpc/kernel/entry_64.S b/arch/powerpc/kernel/entry_64.S
> index 8d21cc4..034dbb7 100644
> --- a/arch/powerpc/kernel/entry_64.S
> +++ b/arch/powerpc/kernel/entry_64.S
> @@ -33,6 +33,7 @@
> #include <asm/irqflags.h>
> #include <asm/ftrace.h>
> #include <asm/hw_irq.h>
> +#include <asm/exception-64s.h>
entry_64.S is shared with BookE which uses a different header,
so that won't do.
Cheers,
Ben.
More information about the Linuxppc-dev
mailing list