commit | 8b3c34cf0e0ab334a24aad7367cd06a5ba09a898 | [log] [tgz] |
---|---|---|
author | Michael Neuling <mikey@neuling.org> | Wed Feb 13 16:21:32 2013 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Feb 15 16:58:50 2013 +1100 |
tree | a0dbebeaee859a25117559f7a4aff9c59224d847 | |
parent | f4c3aff2230bfe696a0683073b77446248d7895c [diff] |
powerpc: New macros for transactional memory support This adds new macros for saving and restoring checkpointed architected state from and to the thread_struct. It also adds some debugging macros for when your brain explodes trying to debug your transactional memory enabled kernel. Signed-off-by: Matt Evans <matt@ozlabs.org> Signed-off-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>