dect
/
linux-2.6
Archived
13
0
Fork 0

sparc: drop SUN_IO

SUN_IO is always 'y' so drop it and thus killing an ifdef/endif pair

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Sam Ravnborg 2008-12-27 00:55:45 -08:00 committed by David S. Miller
parent 86ed40bd6f
commit c4a4a21977
2 changed files with 0 additions and 6 deletions

View File

@ -469,10 +469,6 @@ config SBUSCHAR
bool
default y
config SUN_IO
bool
default y
config SUN_LDOMS
bool "Sun Logical Domains support"
depends on SPARC64

View File

@ -1312,10 +1312,8 @@ void __init srmmu_paging_init(void)
#endif
poke_srmmu();
#ifdef CONFIG_SUN_IO
srmmu_allocate_ptable_skeleton(sparc_iomap.start, IOBASE_END);
srmmu_allocate_ptable_skeleton(DVMA_VADDR, DVMA_END);
#endif
srmmu_allocate_ptable_skeleton(
__fix_to_virt(__end_of_fixed_addresses - 1), FIXADDR_TOP);