Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Dsetup-common.c813 bool devtree_coherency; in check_cache_coherency() local
819 devtree_coherency = prop ? false : true; in check_cache_coherency()
821 if (devtree_coherency != KERNEL_COHERENCY) { in check_cache_coherency()
825 devtree_coherency ? "on" : "off"); in check_cache_coherency()