From e6939726efcaffeec471c3e1df07a19c4cc8238a Mon Sep 17 00:00:00 2001 From: Justin Hibbits Date: Mon, 26 Feb 2018 03:05:36 +0000 Subject: [PATCH] Correct a copy&paste-o -- altivec assist interrupt, not watchdog --- sys/powerpc/booke/trap_subr.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/powerpc/booke/trap_subr.S b/sys/powerpc/booke/trap_subr.S index 8e6a8a1fe105..55564adbd24a 100644 --- a/sys/powerpc/booke/trap_subr.S +++ b/sys/powerpc/booke/trap_subr.S @@ -638,7 +638,7 @@ INTERRUPT(int_vec) /***************************************************************************** - * Watchdog interrupt + * Altivec Assist interrupt ****************************************************************************/ INTERRUPT(int_vecast) STANDARD_PROLOG(SPR_SPRG1, PC_TEMPSAVE, SPR_SRR0, SPR_SRR1)