Searched refs:is_hotpluggable (Results 1 – 1 of 1) sorted by relevance
362 …bool is_hotpluggable = fdt_getprop(_fdt, nodeoffset, "hotpluggable", RT_NULL) ? RT_TRUE : RT_FALSE; in fdt_scan_memory() local363 err = rt_memblock_add_memory(name, base, base + size, is_hotpluggable); in fdt_scan_memory()
Completed in 3 milliseconds