]> 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)
commite705f00ccf2bae1229fb14da821d7b55a8d6eeeb
tree5b72c19acb159302e65611b3320ac2b6a34b097a
parenta2b667ca32a52b2d0a563dbc66175d18f1144d10
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