diff options
Diffstat (limited to 'Documentation/powerpc')
-rw-r--r-- | Documentation/powerpc/transactional_memory.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/powerpc/transactional_memory.txt b/Documentation/powerpc/transactional_memory.txt index dc23e58ae264..9791e98ab49c 100644 --- a/Documentation/powerpc/transactional_memory.txt +++ b/Documentation/powerpc/transactional_memory.txt | |||
@@ -160,7 +160,7 @@ To avoid this, when taking a signal in an active transaction, we need to use | |||
160 | the stack pointer from the checkpointed state, rather than the speculated | 160 | the stack pointer from the checkpointed state, rather than the speculated |
161 | state. This ensures that the signal context (written tm suspended) will be | 161 | state. This ensures that the signal context (written tm suspended) will be |
162 | written below the stack required for the rollback. The transaction is aborted | 162 | written below the stack required for the rollback. The transaction is aborted |
163 | becuase of the treclaim, so any memory written between the tbegin and the | 163 | because of the treclaim, so any memory written between the tbegin and the |
164 | signal will be rolled back anyway. | 164 | signal will be rolled back anyway. |
165 | 165 | ||
166 | For signals taken in non-TM or suspended mode, we use the | 166 | For signals taken in non-TM or suspended mode, we use the |