227c227
< unsigned block_size = RubySystem::getBlockSizeBytes();
---
> int block_size = cuList.at(cu_id)->cacheLineSize();
345c345
< for (ChunkGenerator gen(address, size, RubySystem::getBlockSizeBytes());
---
> for (ChunkGenerator gen(address, size, cuList.at(cu_id)->cacheLineSize());