diff options
Diffstat (limited to 'arch/sparc64/mm')
-rw-r--r-- | arch/sparc64/mm/init.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sparc64/mm/init.c b/arch/sparc64/mm/init.c index 54193f2d0ab7..7c3c81f60a6e 100644 --- a/arch/sparc64/mm/init.c +++ b/arch/sparc64/mm/init.c | |||
@@ -46,7 +46,6 @@ | |||
46 | #include <asm/tsb.h> | 46 | #include <asm/tsb.h> |
47 | #include <asm/hypervisor.h> | 47 | #include <asm/hypervisor.h> |
48 | #include <asm/prom.h> | 48 | #include <asm/prom.h> |
49 | #include <asm/sstate.h> | ||
50 | #include <asm/mdesc.h> | 49 | #include <asm/mdesc.h> |
51 | #include <asm/cpudata.h> | 50 | #include <asm/cpudata.h> |
52 | #include <asm/irq.h> | 51 | #include <asm/irq.h> |
@@ -1717,8 +1716,6 @@ void __init paging_init(void) | |||
1717 | kern_base = (prom_boot_mapping_phys_low >> 22UL) << 22UL; | 1716 | kern_base = (prom_boot_mapping_phys_low >> 22UL) << 22UL; |
1718 | kern_size = (unsigned long)&_end - (unsigned long)KERNBASE; | 1717 | kern_size = (unsigned long)&_end - (unsigned long)KERNBASE; |
1719 | 1718 | ||
1720 | sstate_booting(); | ||
1721 | |||
1722 | /* Invalidate both kernel TSBs. */ | 1719 | /* Invalidate both kernel TSBs. */ |
1723 | memset(swapper_tsb, 0x40, sizeof(swapper_tsb)); | 1720 | memset(swapper_tsb, 0x40, sizeof(swapper_tsb)); |
1724 | #ifndef CONFIG_DEBUG_PAGEALLOC | 1721 | #ifndef CONFIG_DEBUG_PAGEALLOC |