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 a1f242ff46
("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>
This commit is contained in:
committed by
Paul Mackerras
parent
98fded0728
commit
9cfeb74e93
@ -201,7 +201,6 @@ static void __init ps3_setup_arch(void)
|
||||
ps3_firmware_version.rev);
|
||||
|
||||
ps3_spu_set_platform();
|
||||
ps3_map_htab();
|
||||
|
||||
#ifdef CONFIG_SMP
|
||||
smp_init_ps3();
|
||||
|
Reference in New Issue
Block a user