prom_getint
extern int prom_getint(int node, char *property);
int prom_getint(phandle node, char *property);
int prom_getint(phandle node, const char *property);
if (is_cpu_node && (prom_getint(node, "upa-portid") == cpuid ||
prom_getint(node, "cpuid") == cpuid))
vac_line_size = prom_getint(nd, "cache-line-size");
cache_lines = prom_getint(nd, "cache-nlines");
prom_stdout = prom_getint(prom_chosen_node, "stdout");
ret = prom_getint(node, prom_mmu_name);
ret = prom_getint(node, "memory");
EXPORT_SYMBOL(prom_getint);
retval = prom_getint(node, property);
EXPORT_SYMBOL(prom_getint);
retval = prom_getint(node, property);