(no commit message)
authorlkcl <lkcl@web>
Tue, 26 Jan 2021 14:33:23 +0000 (14:33 +0000)
committerIkiWiki <ikiwiki.info>
Tue, 26 Jan 2021 14:33:23 +0000 (14:33 +0000)
openpower/sv/sprs.mdwn

index 8c832ba8cbd3b3e4e6385d94f6e6c9903a481dfb..a2287ab89fead9aacf11b3f88989bfd61621a241 100644 (file)
@@ -92,12 +92,12 @@ Notes:
 
 # SVSRR0
 
-In scalar v3.0B traps, exceptions and interrupts, two SRRs are saved/resyored:
+In scalar v3.0B traps, exceptions and interrupts, two SRRs are saved/restored:
 
 * SRR0 to store the PC
 * SRR1 to store a copy of the MSR
 
-Given that SVSTATE is effectively a Sub-PC it is critically important to add saving/restoring of SVSTATE as a full peer equal in status to PC.  At any time PC is saved or restored, so is SVSTATE in **exactly** the same way for **exactly** the same reasons.
+Given that SVSTATE is effectively a Sub-PC it is critically important to add saving/restoring of SVSTATE as a full peer equal in status to PC, in every way.  At any time PC is saved or restored, so is SVSTATE in **exactly** the same way for **exactly** the same reasons.
 
 The SPR name given for the purposes of saving/restoring SVSTATE is SVSRR0.