Revision 90260c6c cputlb.c

b/cputlb.c
256 256
    }
257 257

  
258 258
    sz = size;
259
    section = address_space_translate(&address_space_memory, paddr, &xlat, &sz,
260
                                      false);
259
    section = address_space_translate_for_iotlb(&address_space_memory, paddr,
260
                                                &xlat, &sz);
261 261
    assert(sz >= TARGET_PAGE_SIZE);
262 262

  
263 263
#if defined(DEBUG_TLB)

Also available in: Unified diff