Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139880
b: refs/heads/master
c: f000328
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Pitre committed Mar 29, 2009
1 parent ebd36b1 commit 99b2750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d75de08727018659cd7e060cf0018eaf53e49aaf
refs/heads/master: f000328ac10f23f4841b83ddc60eceb3ba0ac176
4 changes: 1 addition & 3 deletions trunk/arch/arm/mm/cache-feroceon-l2.c
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,7 @@ static void __init enable_dcache(void)

static void __init __invalidate_icache(void)
{
int dummy;

__asm__ __volatile__("mcr p15, 0, %0, c7, c5, 0" : "=r" (dummy));
__asm__("mcr p15, 0, %0, c7, c5, 0" : : "r" (0));
}

static int __init invalidate_and_disable_icache(void)
Expand Down

0 comments on commit 99b2750

Please sign in to comment.