summaryrefslogtreecommitdiff
path: root/kern
diff options
context:
space:
mode:
authorNathan Binkert <binkertn@umich.edu>2004-07-23 11:54:54 -0400
committerNathan Binkert <binkertn@umich.edu>2004-07-23 11:54:54 -0400
commit70eb684500254815432dae4767096fef9200920a (patch)
tree70124fd3f09ca83cc022ac55629c1eab53a2f12a /kern
parent75a2b149eed1dc9dc9954f32b3a91ee241dc7fca (diff)
downloadgem5-70eb684500254815432dae4767096fef9200920a.tar.xz
formatting
--HG-- extra : convert_revision : a1577ca129ff98ab83bb46714331831c15156adc
Diffstat (limited to 'kern')
-rw-r--r--kern/linux/linux_system.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/kern/linux/linux_system.cc b/kern/linux/linux_system.cc
index 70f5fb783..ab1355637 100644
--- a/kern/linux/linux_system.cc
+++ b/kern/linux/linux_system.cc
@@ -28,10 +28,10 @@
/**
* @file
- * linux_system.cc loads the linux kernel, console, pal and patches certain functions.
- * The symbol tables are loaded so that traces can show the executing function and we can
- * skip functions. Various delay loops are skipped and their final values manually computed to
- * speed up boot time.
+ * loads the linux kernel, console, pal and patches certain functions.
+ * The symbol tables are loaded so that traces can show the executing
+ * function and we can skip functions. Various delay loops are skipped
+ * and their final values manually computed to speed up boot time.
*/
#include "base/loader/aout_object.hh"
@@ -121,13 +121,13 @@ LinuxSystem::LinuxSystem(const string _name, const uint64_t _init_param,
#endif
skipIdeDelay50msEvent = new SkipFuncEvent(&pcEventQueue,
- "ide_delay_50ms");
+ "ide_delay_50ms");
skipDelayLoopEvent = new LinuxSkipDelayLoopEvent(&pcEventQueue,
"calibrate_delay");
skipCacheProbeEvent = new SkipFuncEvent(&pcEventQueue,
- "determine_cpu_caches");
+ "determine_cpu_caches");
Addr addr = 0;