Last minute cleanup patch to close comment from Eric Valette

<valette@crf.canon.fr>.
This commit is contained in:
Joel Sherrill
1999-08-10 18:08:56 +00:00
parent 981b99faf2
commit cef2fb5fda
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ SYM (copyback_data_cache_and_invalidate_instr_cache):
addi r6, r0, PPC_CACHE_ALIGNMENT
/* r5 = last address to handle */
add r5,r3,r4
/* r3 = cache_align(r3, PPC_CACHE_ALIGNMENT)
/* r3 = cache_align(r3, PPC_CACHE_ALIGNMENT) */
subi r0,r6,1
andc r3,r3,r0
/* R4 = R3 = copy of first address */

View File

@@ -29,7 +29,7 @@ SYM (copyback_data_cache_and_invalidate_instr_cache):
addi r6, r0, PPC_CACHE_ALIGNMENT
/* r5 = last address to handle */
add r5,r3,r4
/* r3 = cache_align(r3, PPC_CACHE_ALIGNMENT)
/* r3 = cache_align(r3, PPC_CACHE_ALIGNMENT) */
subi r0,r6,1
andc r3,r3,r0
/* R4 = R3 = copy of first address */