Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc/tm: Correct minor documentation typos

Signed-off-by: Sam Bobroff <sam.bobroff@au1.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>

authored by

Sam bobroff and committed by
Michael Ellerman
d1d91578 7fe924d9

+2 -2
+2 -2
Documentation/powerpc/transactional_memory.txt
··· 175 175 kernel aborted a transaction: 176 176 177 177 TM_CAUSE_RESCHED Thread was rescheduled. 178 - TM_CAUSE_TLBI Software TLB invalide. 178 + TM_CAUSE_TLBI Software TLB invalid. 179 179 TM_CAUSE_FAC_UNAV FP/VEC/VSX unavailable trap. 180 180 TM_CAUSE_SYSCALL Syscall from active transaction. 181 181 TM_CAUSE_SIGNAL Signal delivered. ··· 185 185 186 186 These can be checked by the user program's abort handler as TEXASR[0:7]. If 187 187 bit 7 is set, it indicates that the error is consider persistent. For example 188 - a TM_CAUSE_ALIGNMENT will be persistent while a TM_CAUSE_RESCHED will not.q 188 + a TM_CAUSE_ALIGNMENT will be persistent while a TM_CAUSE_RESCHED will not. 189 189 190 190 GDB 191 191 ===