]> git.karo-electronics.de Git - linux-beck.git/commit
powerpc/mm/radix: Update machine call back to support new HCALL.
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Wed, 13 Jul 2016 09:35:28 +0000 (15:05 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 17 Jul 2016 06:42:54 +0000 (16:42 +1000)
commit83209bc86129f7800dfd0e3e211e9b96b397b4b7
treedf6d5270ad74f61ef5c0651689d4072b4da05eca
parent09cf5bcb0c93550db87f738b6012d97dbf73beb7
powerpc/mm/radix: Update machine call back to support new HCALL.

This update the machine dep callback such that we can use the same
callback to register process table. The interface is updated such that
we can easily call H_REGISTER_PROC_TBL hcall. The HCALL itself is
introduced in a later patch.

No functionality change introduced by this patch.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/machdep.h
arch/powerpc/mm/hash_native_64.c
arch/powerpc/mm/pgtable-radix.c