commit | ffe6d810fe95208b9f132fb7687930185129305a | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@ozlabs.org> | Mon Nov 21 16:01:36 2016 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Wed Nov 23 10:32:11 2016 +1100 |
tree | 42bc124a623f522fe273344e709ad6da11bbfb82 | |
parent | 9d66195807ac6cb8a14231fd055ff755977c5fca [diff] |
powerpc/powernv: Define real-mode versions of OPAL XICS accessors This defines real-mode versions of opal_int_get_xirr(), opal_int_eoi() and opal_int_set_mfrr(), for use by KVM real-mode code. It also exports opal_int_set_mfrr() so that the modular part of KVM can use it to send IPIs. Signed-off-by: Paul Mackerras <paulus@ozlabs.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>