From 911ccef6c05fff4832245414baa7b2a67955c35a Mon Sep 17 00:00:00 2001 From: Joel Hestness Date: Sun, 6 Feb 2011 22:14:17 -0800 Subject: x86: Add checkpointing capability to arch components Add checkpointing capability to the x86 interrupt device and the TLBs --- src/arch/x86/interrupts.hh | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'src/arch/x86/interrupts.hh') diff --git a/src/arch/x86/interrupts.hh b/src/arch/x86/interrupts.hh index 55651bf3b..e45610ec7 100644 --- a/src/arch/x86/interrupts.hh +++ b/src/arch/x86/interrupts.hh @@ -257,17 +257,8 @@ class Interrupts : public BasicPioDevice, IntDev * Serialization. */ - void - serialize(std::ostream &os) - { - warn("Interrupts::serialize unimplemented!\n"); - } - - void - unserialize(Checkpoint *cp, const std::string §ion) - { - warn("Interrupts::unserialize unimplemented!\n"); - } + virtual void serialize(std::ostream &os); + virtual void unserialize(Checkpoint *cp, const std::string §ion); /* * Old functions needed for compatability but which will be phased out -- cgit v1.2.3