commit | 35f7097fcedec63fcba1852dbee96f74a2d90878 | [log] [tgz] |
---|---|---|
author | Michael Neuling <mikey@neuling.org> | Sun May 26 18:09:37 2013 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Sat Jun 01 08:29:22 2013 +1000 |
tree | 536d59a4eed1079cc42f6f1a6fbe4c24956ee1eb | |
parent | 58f8bbd2e39c3732c55698494338ee19a92c53a0 [diff] |
powerpc/tm: Make room for hypervisor in abort cause codes PAPR carves out 0xff-0xe0 for hypervisor use of transactional memory software abort cause codes. Unfortunately we don't respect this currently. Below fixes this to move our cause codes to below this region. Signed-off-by: Michael Neuling <mikey@neuling.org> Cc: <stable@vger.kernel.org> # 3.9 only Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>