[SPARC64]: Report proper system soft state to the hypervisor.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
|
||||
#include <asm/hypervisor.h>
|
||||
#include <asm/oplib.h>
|
||||
#include <asm/sstate.h>
|
||||
|
||||
/* If the hypervisor indicates that the API setting
|
||||
* calls are unsupported, by returning HV_EBADTRAP or
|
||||
@@ -179,6 +180,8 @@ void __init sun4v_hvapi_init(void)
|
||||
if (sun4v_hvapi_register(group, major, &minor))
|
||||
goto bad;
|
||||
|
||||
sun4v_sstate_init();
|
||||
|
||||
return;
|
||||
|
||||
bad:
|
||||
|
Reference in New Issue
Block a user