]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/ps3: Rework htab code to remove ioremap
authorMasakazu Mokuno <mokuno@sm.sony.co.jp>
Wed, 20 Aug 2008 20:18:51 +0000 (06:18 +1000)
committerPaul Mackerras <paulus@samba.org>
Tue, 26 Aug 2008 00:24:46 +0000 (10:24 +1000)
commit2531acbfcf3bd0a9c25d8233f51697a83b44447f
treec8c474f16fb24ba2607a54bbf38329843c20353d
parentc82179087b6b875f44201b65214f38f3c985b953
powerpc/ps3: Rework htab code to remove ioremap

Rework the PS3 MMU hash table code to remove the need to ioremap the
hash table by using the HV calls lv1_insert_htab_entry() and
lv1_read_htab_entries().

This fixes a runtime failure on the PS3 introduced by the powerpc
ioremap_prot rework of commit f7d06951032f9872ad014ed50db23f260f8f424c
("powerpc ioremap_prot").

Signed-off-by: Masakazu Mokuno <mokuno@sm.sony.co.jp>
CC: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/ps3/htab.c
arch/powerpc/platforms/ps3/setup.c