diff options
author | Masakazu Mokuno <mokuno@sm.sony.co.jp> | 2008-08-20 16:18:51 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-08-25 20:24:46 -0400 |
commit | 9cfeb74e93cf3549b7fa67ffe407192da625c777 (patch) | |
tree | c8c474f16fb24ba2607a54bbf38329843c20353d /arch/powerpc/platforms/ps3/setup.c | |
parent | 98fded0728d6d65b78a7fe7d205e947ee81bb9b5 (diff) |
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 a1f242ff460e4b50a045fa237c3c56cce9eabf83
("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>
Diffstat (limited to 'arch/powerpc/platforms/ps3/setup.c')
-rw-r--r-- | arch/powerpc/platforms/ps3/setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/ps3/setup.c b/arch/powerpc/platforms/ps3/setup.c index a413abbd4123..77bc330263c4 100644 --- a/arch/powerpc/platforms/ps3/setup.c +++ b/arch/powerpc/platforms/ps3/setup.c | |||
@@ -201,7 +201,6 @@ static void __init ps3_setup_arch(void) | |||
201 | ps3_firmware_version.rev); | 201 | ps3_firmware_version.rev); |
202 | 202 | ||
203 | ps3_spu_set_platform(); | 203 | ps3_spu_set_platform(); |
204 | ps3_map_htab(); | ||
205 | 204 | ||
206 | #ifdef CONFIG_SMP | 205 | #ifdef CONFIG_SMP |
207 | smp_init_ps3(); | 206 | smp_init_ps3(); |