100c100
< struct TlbEntry
---
> struct TlbEntry : public Serializable
133c133
< TlbEntry() {}
---
> TlbEntry();
152,153c152,153
< void serialize(std::ostream &os);
< void unserialize(Checkpoint *cp, const std::string &section);
---
> void serialize(CheckpointOut &cp) const M5_ATTR_OVERRIDE;
> void unserialize(CheckpointIn &cp) M5_ATTR_OVERRIDE;