Home
last modified time | relevance | path

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

/linux-3.4.99/arch/sparc/prom/
Dmisc_64.c189 static int memory_ihandle_cache; in prom_get_memory_ihandle() local
193 if (memory_ihandle_cache != 0) in prom_get_memory_ihandle()
194 return memory_ihandle_cache; in prom_get_memory_ihandle()
199 memory_ihandle_cache = -1; in prom_get_memory_ihandle()
201 memory_ihandle_cache = ret; in prom_get_memory_ihandle()