Re: [PATCH] powerpc: mpc5200 low power mode, .globl fix
From: Grant Likely <hidden>
Date: 2007-07-20 15:09:56
On 7/20/07, Domen Puncer [off-list ref] 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 <redacted>
Signed-off-by: Grant Likely <redacted> Paulus, can you pick this up please?
quoted hunk ↗ jump to hunk
--- arch/powerpc/platforms/52xx/lite5200_sleep.S | 1 - 1 file changed, 1 deletion(-) Index: work-powerpc.git/arch/powerpc/platforms/52xx/lite5200_sleep.S ===================================================================--- work-powerpc.git.orig/arch/powerpc/platforms/52xx/lite5200_sleep.S +++ work-powerpc.git/arch/powerpc/platforms/52xx/lite5200_sleep.S@@ -400,7 +400,6 @@ restore_regs: * Flush data cache * Do this by just reading lots of stuff into the cache. */ - .globl flush_data_cache flush_data_cache: lis r3,CONFIG_KERNEL_START@h ori r3,r3,CONFIG_KERNEL_START@l_______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev
-- Grant Likely, B.Sc., P.Eng. Secret Lab Technologies Ltd. grant.likely@secretlab.ca (403) 399-0195