Use the right ifdef macro.
"E500" is not defined, but "BOOKE_E500" is. Without this the idle hook cannot be called. MFC after: 1 week
This commit is contained in:
parent
520f999faa
commit
858a8fb479
@ -663,7 +663,7 @@ static void
|
||||
cpu_idle_booke(sbintime_t sbt)
|
||||
{
|
||||
|
||||
#ifdef E500
|
||||
#ifdef BOOKE_E500
|
||||
platform_cpu_idle(PCPU_GET(cpuid));
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user