Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161755
b: refs/heads/master
c: 14d7575
h: refs/heads/master
i:
  161753: 7f61f2c
  161751: 39b1844
v: v3
  • Loading branch information
Josh Boyer authored and Benjamin Herrenschmidt committed Aug 27, 2009
1 parent a56aba1 commit 793d92d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ea3cc330ac0cd521ff07c7cd432a1848c19a7e92
refs/heads/master: 14d757520a08d09745c3b18bb34addd9bef56e2d
7 changes: 7 additions & 0 deletions trunk/arch/powerpc/kernel/misc_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -342,10 +342,17 @@ END_FTR_SECTION_IFSET(CPU_FTR_COHERENT_ICACHE)
addi r3,r3,L1_CACHE_BYTES
bdnz 1b
sync /* wait for dcbst's to get to ram */
#ifndef CONFIG_44x
mtctr r4
2: icbi 0,r6
addi r6,r6,L1_CACHE_BYTES
bdnz 2b
#else
/* Flash invalidate on 44x because we are passed kmapped addresses and
this doesn't work for userspace pages due to the virtually tagged
icache. Sigh. */
iccci 0, r0
#endif
sync /* additional sync needed on g4 */
isync
blr
Expand Down

0 comments on commit 793d92d

Please sign in to comment.