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

/linux-master/arch/powerpc/kernel/
H A Dsetup-common.c823 bool devtree_coherency; local
829 devtree_coherency = prop ? false : true;
831 if (devtree_coherency != KERNEL_COHERENCY) {
835 devtree_coherency ? "on" : "off");

Completed in 115 milliseconds