commit | d0c0c9a13f682157e8610565b6125a31d24434bc | [log] [tgz] |
---|---|---|
author | Michael Neuling <mikey@neuling.org> | Wed Feb 13 16:21:38 2013 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Feb 15 17:02:22 2013 +1100 |
tree | 2bda07d0384c3a511aabc395658065a61a83a8b9 | |
parent | fb09692e71f13af7298eb603a1975850b1c7a8d8 [diff] |
powerpc: Add transactional memory unavaliable execption handler These should never happen since we always turn on MSR TM when in userspace. We don't do lazy TM. Hence if we hit this, we barf and kill the task as something's gone horribly wrong. 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>