Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/kernel/
Dsetup-common.c808 bool devtree_coherency; in check_cache_coherency() local
814 devtree_coherency = prop ? false : true; in check_cache_coherency()
816 if (devtree_coherency != KERNEL_COHERENCY) { in check_cache_coherency()
820 devtree_coherency ? "on" : "off"); in check_cache_coherency()