diff options
author | Ali Saidi <Ali.Saidi@ARM.com> | 2010-11-08 13:58:25 -0600 |
---|---|---|
committer | Ali Saidi <Ali.Saidi@ARM.com> | 2010-11-08 13:58:25 -0600 |
commit | a1e82259759ce7290269aeca6742098f1adbf2fd (patch) | |
tree | 2f93b2fe1d64c24cac0e5405f9f5a7b388c57592 /src/arch/arm/linux/system.hh | |
parent | 432fa0aad6092d6a9252f6a9c83c8b36509c1341 (diff) | |
download | gem5-a1e82259759ce7290269aeca6742098f1adbf2fd.tar.xz |
ARM: Add checkpointing support
Diffstat (limited to 'src/arch/arm/linux/system.hh')
-rw-r--r-- | src/arch/arm/linux/system.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/arm/linux/system.hh b/src/arch/arm/linux/system.hh index 12c86db25..4e5ebcd73 100644 --- a/src/arch/arm/linux/system.hh +++ b/src/arch/arm/linux/system.hh @@ -67,8 +67,8 @@ class LinuxArmSystem : public ArmSystem LinuxArmSystem(Params *p); ~LinuxArmSystem(); - /** Initialize the CPU for booting */ - void startup(); + void initState(); + private: #ifndef NDEBUG /** Event to halt the simulator if the kernel calls panic() */ |