diff options
author | Geoff Levand <geoffrey.levand@am.sony.com> | 2008-01-18 15:32:59 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-01-25 06:52:53 -0500 |
commit | a628df1e9dd0d3de540bf0b7d8c6ea4896539bbb (patch) | |
tree | cbd275f7af5a082deda36dd20aa09abfd8e7010b /arch/powerpc/platforms/ps3/Kconfig | |
parent | c4e6752dd4f249d6797146d655973bc0bde4c26e (diff) |
[POWERPC] PS3: Remove lpar address workaround
Remove the PS3 workaround needed to support sparsemem SPU mappings.
The SPU mappings no longer use sparsemem, so this workaround is no
longer needed.
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/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/ps3/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/powerpc/platforms/ps3/Kconfig b/arch/powerpc/platforms/ps3/Kconfig index a3d708fe570..a5f4e95dfc3 100644 --- a/arch/powerpc/platforms/ps3/Kconfig +++ b/arch/powerpc/platforms/ps3/Kconfig | |||
@@ -61,17 +61,6 @@ config PS3_DYNAMIC_DMA | |||
61 | This support is mainly for Linux kernel development. If unsure, | 61 | This support is mainly for Linux kernel development. If unsure, |
62 | say N. | 62 | say N. |
63 | 63 | ||
64 | config PS3_USE_LPAR_ADDR | ||
65 | depends on PPC_PS3 && EXPERIMENTAL | ||
66 | bool "PS3 use lpar address space" | ||
67 | default y | ||
68 | help | ||
69 | This option is solely for experimentation by experts. Disables | ||
70 | translation of lpar addresses. SPE support currently won't work | ||
71 | without this set to y. | ||
72 | |||
73 | If you have any doubt, choose the default y. | ||
74 | |||
75 | config PS3_VUART | 64 | config PS3_VUART |
76 | depends on PPC_PS3 | 65 | depends on PPC_PS3 |
77 | tristate | 66 | tristate |