]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
powerpc/tm: Update cause codes documentation
authorMichael Neuling <mikey@neuling.org>
Sun, 26 May 2013 18:09:38 +0000 (18:09 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Jun 2013 19:53:19 +0000 (12:53 -0700)
commit 24b92375dc4ec8a15262e8aaaab60b7404d4b1e7 upstream.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/powerpc/transactional_memory.txt

index c907be41d60f9bbae7e93eddfc4d80b46dcc2386..84e04a0db0f8bc3dc7dfd6a63085b7b3e32553b0 100644 (file)
@@ -155,6 +155,7 @@ These are defined in <asm/reg.h>, and distinguish different reasons why the
 kernel aborted a transaction:
 
  TM_CAUSE_RESCHED       Thread was rescheduled.
+ TM_CAUSE_TLBI          Software TLB invalide.
  TM_CAUSE_FAC_UNAV      FP/VEC/VSX unavailable trap.
  TM_CAUSE_SYSCALL       Currently unused; future syscalls that must abort
                         transactions for consistency will use this.