From: Paul Burton Date: Fri, 14 Feb 2014 16:30:52 +0000 (+0000) Subject: MIPS: introduce cpu_coherent_mask X-Git-Tag: omap-for-v3.16/fixes-against-rc1~78^2~67^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76306f4272e036e600254a98bc291df50cedd949;p=pandora-kernel.git MIPS: introduce cpu_coherent_mask Add a mask of CPUs which are currently known to be operating coherently. This is setup initially to be all present CPUs, but in a subsequent patch CPUs in a MIPS Coherent Processing System will be cleared in this mask as they enter non-coherent idle states. This will be used in order to determine when a CPU within a CPS system may need to be powered back up, but may also be used in future to optimise away wakeups for cache operations or TLB invalidations. Signed-off-by: Paul Burton --- Reading git-diff-tree failed