commit | db507c300ed6ce6e9fc71d4e19975d5abe01a7de | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Fri Jul 08 13:40:10 2011 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Sep 25 19:52:18 2011 +0300 |
tree | bd7e5fbc2ab5d326a5a9f1679c205763e027c90f | |
parent | 364426871ca33752a6e8fcfccec4d89e2eaf06f7 [diff] |
KVM: PPC: move compute_tlbie_rb to book3s common header We need the compute_tlbie_rb in _pr and _hv implementations for papr soon, so let's move it over to a common header file that both implementations can leverage. Signed-off-by: Alexander Graf <agraf@suse.de>