From: Scott Wood Date: Tue, 7 Apr 2015 03:00:38 +0000 (-0500) Subject: powerpc/e500mc: Remove dead L2 flushing code in idle_e500.S X-Git-Tag: omap-for-v4.2/fixes-rc1^2~139^2^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86d63363defc0b2f22288b287f75837d48b561fc;p=pandora-kernel.git powerpc/e500mc: Remove dead L2 flushing code in idle_e500.S This code can never be executed as it is only built when CONFIG_PPC_E500MC is unset, but the only CPUs that have CPU_FTR_L2CSR require CONFIG_PPC_E500MC and do not have the MSR/HID0-based nap mechanism that this file uses. Signed-off-by: Scott Wood --- Reading git-diff-tree failed