Searched refs:prom_options (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | prom.c | 1262 ihandle prom_options = NULL; in smt_setup() local 1286 prom_options = (ihandle)call_prom(RELOC("finddevice"), 1, 1, RELOC("/options")); in smt_setup() 1287 if (prom_options != (ihandle) -1) { in smt_setup() 1289 4, 1, prom_options, in smt_setup() 1325 prom_options = (ihandle)call_prom(RELOC("finddevice"), 1, 1, RELOC("/options")); in smt_setup() 1326 if (prom_options != (ihandle) -1) { in smt_setup() 1328 4, 1, prom_options, in smt_setup()
|