mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Correct a copy&paste-o -- altivec assist interrupt, not watchdog
This commit is contained in:
parent
18a7530938
commit
e6939726ef
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue