commit | 60458fba469a695a026334b364cf8adbcd5807e3 | [log] [tgz] |
---|---|---|
author | Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com> | Wed Apr 17 18:33:48 2019 +0530 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Sun Apr 21 23:12:38 2019 +1000 |
tree | 5893d1774b5717896d7ef47576f292411df99862 | |
parent | 4f40b15f339d896f5726714842947c9339742494 [diff] |
powerpc/mm: Add helpers for accessing hash translation related variables We want to switch to allocating them runtime only when hash translation is enabled. Add helpers so that both book3s and nohash can be adapted to upcoming change easily. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>