commit | 6364e84e855ae9a0558ac873e3ff50ecb75bb40a | [log] [tgz] |
---|---|---|
author | Michael Ellerman <mpe@ellerman.id.au> | Tue Jul 26 10:33:03 2016 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Jul 26 14:16:18 2016 +1000 |
tree | ba0706a67093e553153e233ac605b700f461260f | |
parent | 7353644fa9df875aee778a802e3d28f1e3578512 [diff] |
powerpc/mm: Rename hpte_init_lpar() and move the fallback to a header hpte_init_lpar() is part of the pseries platform, so name it as such. Move the fallback implementation for when PSERIES=n into the header, dropping the weak implementation. The panic() is now handled by the calling code. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>