Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2018 03:05:36 +0000 (UTC)
From:      Justin Hibbits <jhibbits@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r330003 - head/sys/powerpc/booke
Message-ID:  <201802260305.w1Q35aeH017497@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhibbits
Date: Mon Feb 26 03:05:36 2018
New Revision: 330003
URL: https://svnweb.freebsd.org/changeset/base/330003

Log:
  Correct a copy&paste-o -- altivec assist interrupt, not watchdog

Modified:
  head/sys/powerpc/booke/trap_subr.S

Modified: head/sys/powerpc/booke/trap_subr.S
==============================================================================
--- head/sys/powerpc/booke/trap_subr.S	Mon Feb 26 03:03:41 2018	(r330002)
+++ head/sys/powerpc/booke/trap_subr.S	Mon Feb 26 03:05:36 2018	(r330003)
@@ -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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802260305.w1Q35aeH017497>