]> git.baikalelectronics.ru Git - kernel.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)
commitc29fb3637b52215303e55386ab625a877695132a
tree5b72c19acb159302e65611b3320ac2b6a34b097a
parenteb25eae3213e49c35d5e5621f32f2613ca536ef0
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