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)
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to