Commit c4a4a219 authored by Sam Ravnborg's avatar Sam Ravnborg Committed by David S. Miller

sparc: drop SUN_IO

SUN_IO is always 'y' so drop it and thus killing an ifdef/endif pair
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 86ed40bd
...@@ -469,10 +469,6 @@ config SBUSCHAR ...@@ -469,10 +469,6 @@ config SBUSCHAR
bool bool
default y default y
config SUN_IO
bool
default y
config SUN_LDOMS config SUN_LDOMS
bool "Sun Logical Domains support" bool "Sun Logical Domains support"
depends on SPARC64 depends on SPARC64
......
...@@ -1312,10 +1312,8 @@ void __init srmmu_paging_init(void) ...@@ -1312,10 +1312,8 @@ void __init srmmu_paging_init(void)
#endif #endif
poke_srmmu(); poke_srmmu();
#ifdef CONFIG_SUN_IO
srmmu_allocate_ptable_skeleton(sparc_iomap.start, IOBASE_END); srmmu_allocate_ptable_skeleton(sparc_iomap.start, IOBASE_END);
srmmu_allocate_ptable_skeleton(DVMA_VADDR, DVMA_END); srmmu_allocate_ptable_skeleton(DVMA_VADDR, DVMA_END);
#endif
srmmu_allocate_ptable_skeleton( srmmu_allocate_ptable_skeleton(
__fix_to_virt(__end_of_fixed_addresses - 1), FIXADDR_TOP); __fix_to_virt(__end_of_fixed_addresses - 1), FIXADDR_TOP);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment