Fix SPARC_SWTRAP_IRQDIS typo

close #3493.
This commit is contained in:
Joel Sherrill 2018-08-09 08:42:28 -05:00
parent 806806cdcf
commit 135b90cb1b

View File

@ -641,7 +641,7 @@ as non-maskable interrupts.
Interrupts are disabled or enabled by performing a system call to the Operating Interrupts are disabled or enabled by performing a system call to the Operating
System reserved software traps 9 (SPARC_SWTRAP_IRQDIS) or 10 System reserved software traps 9 (SPARC_SWTRAP_IRQDIS) or 10
(SPARC_SWTRAP_IRQDIS). The trap is generated by the software trap (Ticc) (SPARC_SWTRAP_IRQEN). The trap is generated by the software trap (Ticc)
instruction or indirectly by calling sparc_disable_interrupts() or instruction or indirectly by calling sparc_disable_interrupts() or
sparc_enable_interrupts() functions. Disabling interrupts return the previous sparc_enable_interrupts() functions. Disabling interrupts return the previous
interrupt level (on trap entry) in register G1 and sets PSR.PIL to 15 to interrupt level (on trap entry) in register G1 and sets PSR.PIL to 15 to