Home
last modified time | relevance | path

Searched refs:smt_option (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/arch/powerpc/kernel/
Dsetup_64.c141 const char *smt_option; in check_smt_enabled() local
164 smt_option = of_get_property(dn, "ibm,smt-enabled", in check_smt_enabled()
167 if (smt_option) { in check_smt_enabled()
168 if (!strcmp(smt_option, "on")) in check_smt_enabled()
170 else if (!strcmp(smt_option, "off")) in check_smt_enabled()