commit | cd14457304c9d232267a3a76a2a43f1f791e545d | [log] [tgz] |
---|---|---|
author | Michael Neuling <mikey@neuling.org> | Thu Sep 06 21:24:57 2012 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Sep 10 09:59:13 2012 +1000 |
tree | defabdab4b813faf7bcd083f8670020cf799003c | |
parent | 4474ef055c5d8cb8eaf002d69e49af71e3aa3a88 [diff] |
powerpc: Dynamically calculate the dabrx based on kernel/user/hypervisor Currently we mark the DABRX to interrupt on all matches (hypervisor/kernel/user and then filter in software. We can be a lot smarter now that we can set the DABRX dynamically. This sets the DABRX based on the flags passed by the user. Signed-off-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>