[POWERPC] Use ppc_md.hpte_insert() in htab_bolt_mapping()
authorMichael Ellerman <michael@ellerman.id.au>
Fri, 23 Jun 2006 08:16:39 +0000 (18:16 +1000)
committerPaul Mackerras <paulus@samba.org>
Wed, 28 Jun 2006 01:59:47 +0000 (11:59 +1000)
commitc30a4df3f134f511e8cdf828da429e333753daab
tree16a8565619278bdf980f4fd8a08556eb5117452c
parent7d0daae4ae1a3e80d78b83cddf414a3b98a962f4
[POWERPC] Use ppc_md.hpte_insert() in htab_bolt_mapping()

With the ppc_md htab pointers setup earlier, we can use ppc_md.hpte_insert
in htab_bolt_mapping(), rather than deciding which version to call by hand.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/mm/hash_utils_64.c