Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4083
b: refs/heads/master
c: 0d670b4
h: refs/heads/master
i:
  4081: aad47a1
  4079: 92825fe
v: v3
  • Loading branch information
Catalin Marinas authored and Russell King committed Jul 3, 2005
1 parent ab78f06 commit b757bcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 75f631dc45c7327df26b82b9aea69376a306409c
refs/heads/master: 0d670b413f042eccdffc45bafb9840244752707f
3 changes: 2 additions & 1 deletion trunk/arch/arm/mm/blockops.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@ blk_flush_kern_dcache_page(void *kaddr)
{
asm(
"add r1, r0, %0 \n\
sub r1, r1, %1 \n\
1: .word 0xec401f0e @ mcrr p15, 0, r0, r1, c14, 0 @ blocking \n\
mov r0, #0 \n\
mcr p15, 0, r0, c7, c5, 0 \n\
mcr p15, 0, r0, c7, c10, 4 \n\
mov pc, lr"
:
: "I" (PAGE_SIZE));
: "I" (PAGE_SIZE), "I" (L1_CACHE_BYTES));
}

/*
Expand Down

0 comments on commit b757bcd

Please sign in to comment.