Give credit where credit is due

release
Slava Pestov 2007-11-07 19:26:26 -05:00
parent 3efc9c7973
commit 53690f2500
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ void flush_icache(CELL start, CELL len)
identically to the below assembly. */
/* result = syscall(__ARM_NR_cacheflush,start,start + len,0); */
/* Assembly swiped from
http://lists.arm.linux.org.uk/pipermail/linux-arm/2002-July/003931.html
*/
__asm__ __volatile__ (
"mov r0, %1\n"
"sub r1, %2, #1\n"