···991010#include <asm/hypervisor.h>1111#include <asm/oplib.h>1212-#include <asm/sstate.h>13121413/* If the hypervisor indicates that the API setting1514 * calls are unsupported, by returning HV_EBADTRAP or···182183 minor = 1;183184 if (sun4v_hvapi_register(group, major, &minor))184185 goto bad;185185-186186- sun4v_sstate_init();187186188187 return;189188