Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17237
b: refs/heads/master
c: aed9c6c
h: refs/heads/master
i:
  17235: 81d3bd4
v: v3
  • Loading branch information
Paul Janzen authored and Paul Mackerras committed Jan 9, 2006
1 parent 675bf88 commit ceb38a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: 2fb9d2063626374dd8a2514b3a730facac8235d8
refs/heads/master: aed9c6ccb87d96c333bd6ae631d9e90f3b6d7271
6 changes: 4 additions & 2 deletions trunk/arch/ppc/boot/common/util.S
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,8 @@ udelay:
* First, flush the data cache in case it was enabled and may be
* holding instructions for copy back.
*/
_GLOBAL(flush_instruction_cache)
.globl flush_instruction_cache
flush_instruction_cache:
mflr r6
bl flush_data_cache

Expand Down Expand Up @@ -279,7 +280,8 @@ _GLOBAL(flush_instruction_cache)
* Flush data cache
* Do this by just reading lots of stuff into the cache.
*/
_GLOBAL(flush_data_cache)
.globl flush_data_cache
flush_data_cache:
lis r3,cache_flush_buffer@h
ori r3,r3,cache_flush_buffer@l
li r4,NUM_CACHE_LINES
Expand Down

0 comments on commit ceb38a0

Please sign in to comment.