commit | a336f2f5b05c3c02876a365b8f17b3d10920dbd5 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <mpe@ellerman.id.au> | Wed Mar 29 22:00:46 2017 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Fri Mar 31 23:09:57 2017 +1100 |
tree | 3988ca0b64a437539be9619805bb3dfb852ec62f | |
parent | 302413cad56820d4cd0d4fb66d01c81b4fcb1a10 [diff] |
powerpc/mm/hash: Abstract context id allocation for KVM KVM wants to be able to allocate an MMU context id, which it does currently by calling __init_new_context(). We're about to rework that code, so provide a wrapper for KVM so it can not worry about the details. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>