commit | 1dbdafec5d63a1de6c83c89a3e953575d60fd393 | [log] [tgz] |
---|---|---|
author | Ian Munsie <imunsie@au1.ibm.com> | Wed Nov 14 18:49:46 2012 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Jan 10 15:09:06 2013 +1100 |
tree | c709f266da859e487fd4431370361f107e535b02 | |
parent | 655bb3f4e89225354b668dcef53fa39da02fb1d0 [diff] |
powerpc: Add book3s privileged doorbell exception vectors Directed Privileged Doorbell Interrupts come in at 0xa00 (or 0xc000000000004a00 if relocation on exception is enabled), so add exception vectors at these locations. If doorbell support is not compiled in we handle it as an unknown_exception. Signed-off-by: Ian Munsie <imunsie@au1.ibm.com> Tested-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>