163a164,166
> /** Keep track of whether we should allocate on fill or not */
> bool allocOnFill;
>
220a224
> * @param alloc_on_fill Should the cache allocate a block on fill
223c227
< Tick when_ready, Counter _order);
---
> Tick when_ready, Counter _order, bool alloc_on_fill);
238c242,243
< void allocateTarget(PacketPtr target, Tick when, Counter order);
---
> void allocateTarget(PacketPtr target, Tick when, Counter order,
> bool alloc_on_fill);