Revision 79383c9c linux-user/main.c

b/linux-user/main.c
477 477

  
478 478
#ifdef TARGET_ARM
479 479

  
480
/* XXX: find a better solution */
481
extern void tb_invalidate_page_range(abi_ulong start, abi_ulong end);
482

  
483 480
static void arm_cache_flush(abi_ulong start, abi_ulong last)
484 481
{
485 482
    abi_ulong addr, last1;

Also available in: Unified diff