On 7/20/07, Domen Puncer <[EMAIL PROTECTED]> wrote:
> flush_data_cache doesn't need to be global, and can cause problems.
> Thanks to Milton Miller for noticing this.
>
>
> Signed-off-by: Domen Puncer <[EMAIL PROTECTED]>
Signed-off-by: Grant Likely <[EMAIL PROTECTED]>
Paulus, can you pick this up
flush_data_cache doesn't need to be global, and can cause problems.
Thanks to Milton Miller for noticing this.
Signed-off-by: Domen Puncer <[EMAIL PROTECTED]>
---
arch/powerpc/platforms/52xx/lite5200_sleep.S |1 -
1 file changed, 1 deletion(-)
Index: work-powerpc.git/arch/powerpc/platforms/
From: Domen Puncer <[EMAIL PROTECTED]>
Low-power mode implementation for Lite5200b.
Some I/O registers are also saved here.
A recent U-Boot that supports this (lite5200b_PM_config) is needed.
Signed-off-by: Domen Puncer <[EMAIL PROTECTED]>
Signed-off-by: Sylvain Munaut <[EMAIL PROTECTED]>
---
Hi