commit | ba9b399aee6fb70cbe988f0750d6dd9f6677293b | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@ozlabs.org> | Mon Jan 30 21:21:38 2017 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Jan 31 19:11:45 2017 +1100 |
tree | 4ee60095d95f207a1d9e07dca7d8b5bc8081a262 | |
parent | dbcbfee0c81c7938e40d7d6bc659a5191f490b50 [diff] |
powerpc/64: Export pgtable_cache and pgtable_cache_add for KVM This exports the pgtable_cache array and the pgtable_cache_add function so that HV KVM can use them for allocating radix page tables for guests. Signed-off-by: Paul Mackerras <paulus@ozlabs.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>