]> asedeno.scripts.mit.edu Git - linux.git/commit
powerpc/e500mc: Remove dead L2 flushing code in idle_e500.S
authorScott Wood <scottwood@freescale.com>
Tue, 7 Apr 2015 03:00:38 +0000 (22:00 -0500)
committerScott Wood <scottwood@freescale.com>
Wed, 3 Jun 2015 02:37:19 +0000 (21:37 -0500)
commit86d63363defc0b2f22288b287f75837d48b561fc
tree5b72c19acb159302e65611b3320ac2b6a34b097a
parentc89ca8ab7457d891abdffca7e6f5e74cef670d6d
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 <scottwood@freescale.com>
arch/powerpc/kernel/idle_e500.S