diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-05-25 00:37:12 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-05-29 02:49:29 -0700 |
commit | 22d6a1cba3e9ec9baf8ce4d8dd1d088e112a64f1 (patch) | |
tree | b16a912edb689cba40395f778acb3d5dd9426fd8 /arch/sparc64/mm | |
parent | 36b48973b8f1818d0ae6d16e548081d00162ae39 (diff) | |
download | linux-3.10-22d6a1cba3e9ec9baf8ce4d8dd1d088e112a64f1.tar.gz linux-3.10-22d6a1cba3e9ec9baf8ce4d8dd1d088e112a64f1.tar.bz2 linux-3.10-22d6a1cba3e9ec9baf8ce4d8dd1d088e112a64f1.zip |
[SPARC64]: Report proper system soft state to the hypervisor.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/mm')
-rw-r--r-- | arch/sparc64/mm/init.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sparc64/mm/init.c b/arch/sparc64/mm/init.c index 6e5b01d779d..0c9995c3b8e 100644 --- a/arch/sparc64/mm/init.c +++ b/arch/sparc64/mm/init.c @@ -43,6 +43,7 @@ #include <asm/tsb.h> #include <asm/hypervisor.h> #include <asm/prom.h> +#include <asm/sstate.h> extern void device_scan(void); @@ -1348,6 +1349,8 @@ void __init paging_init(void) kern_base = (prom_boot_mapping_phys_low >> 22UL) << 22UL; kern_size = (unsigned long)&_end - (unsigned long)KERNBASE; + sstate_booting(); + /* Invalidate both kernel TSBs. */ memset(swapper_tsb, 0x40, sizeof(swapper_tsb)); #ifndef CONFIG_DEBUG_PAGEALLOC |