[Skiboot] [PATCH 12/28] head: Update list of exception stubs

Michael Neuling mikey at neuling.org
Thu Jul 7 17:05:40 AEST 2016


On Thu, 2016-07-07 at 11:50 +1000, Benjamin Herrenschmidt wrote:
> Some were missing
> 
> Signed-off-by: Benjamin Herrenschmidt <benh at kernel.crashing.org>

Acked-by: Michael Neuling <mikey at neuling.org>


> ---
>  asm/head.S | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/asm/head.S b/asm/head.S
> index 5255d7d..e92f9b8 100644
> --- a/asm/head.S
> +++ b/asm/head.S
> @@ -134,9 +134,12 @@ hir_trigger:
>  	EXCEPTION(0xe20)
>  	EXCEPTION(0xe40)
>  	EXCEPTION(0xe60)
> +	EXCEPTION(0xe80)
>  	EXCEPTION(0xf00)
>  	EXCEPTION(0xf20)
>  	EXCEPTION(0xf40)
> +	EXCEPTION(0xf60)
> +	EXCEPTION(0xf80)
>  	EXCEPTION(0x1000)
>  	EXCEPTION(0x1100)
>  	EXCEPTION(0x1200)


More information about the Skiboot mailing list