Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Dsetup-common.c707 int devtree_coherency; in check_cache_coherency() local
713 devtree_coherency = prop ? 0 : 1; in check_cache_coherency()
715 if (devtree_coherency != KERNEL_COHERENCY) { in check_cache_coherency()
719 devtree_coherency ? "on" : "off"); in check_cache_coherency()