From: Chris Metcalf Date: Mon, 28 Feb 2011 20:01:53 +0000 (-0500) Subject: arch/tile: avoid a simulator warning during bootup X-Git-Tag: v2.6.39-rc1~431^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=401586e9164d225d24bb9d3ddfeb03ef2e931ee3;p=pandora-kernel.git arch/tile: avoid a simulator warning during bootup As the added comment says, we can sometimes see a coherence warning from our simulator if the "swapper_pgprot" variable on the boot cpu has not been evicted from cache by the time the other cpus come up. Force it to be evicted so we never see the warning. Signed-off-by: Chris Metcalf --- Reading git-diff-tree failed