70c70
< const std::string &name)
---
> const std::string &name, bool _isFill = false)
72c72
< parent(_parent) {}
---
> parent(_parent), isFill(_isFill) {}
75a76
> bool isFill;
255a257,260
> /** Notify prefetcher of cache fill */
> virtual void notifyFill(const PacketPtr &pkt)
> {}
>