Skip to content

Commit

Permalink
Merge branch 'imx6/pm' into next/pm
Browse files Browse the repository at this point in the history
* imx6/pm:
  ARM: imx6: remove __CPUINIT annotation from v7_invalidate_l1
  ARM: imx6: fix v7_invalidate_l1 by adding I-Cache invalidation
  • Loading branch information
Olof Johansson committed Jan 6, 2012
2 parents 038485e + 7996bad commit 6d0a563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-imx/head-v7.S
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include <asm/hardware/cache-l2x0.h>

.section ".text.head", "ax"
__CPUINIT

/*
* The secondary kernel init calls v7_flush_dcache_all before it enables
Expand All @@ -33,6 +32,7 @@
*/
ENTRY(v7_invalidate_l1)
mov r0, #0
mcr p15, 0, r0, c7, c5, 0 @ invalidate I cache
mcr p15, 2, r0, c0, c0, 0
mrc p15, 1, r0, c0, c0, 0

Expand Down

0 comments on commit 6d0a563

Please sign in to comment.