diff options
author | Nathan Binkert <binkertn@umich.edu> | 2005-09-30 13:34:43 -0400 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2005-09-30 13:34:43 -0400 |
commit | b08436c674f4ae05f21066159cbfb8843a1b8a96 (patch) | |
tree | d1933093cf902c7ffd014ae01c1054fc7e2eda43 /kern/linux/linux_system.cc | |
parent | 6e17280ce4a7491a82ff7c0911902a67c14732fb (diff) | |
download | gem5-b08436c674f4ae05f21066159cbfb8843a1b8a96.tar.xz |
Clean up some formatting
kern/linux/linux_system.cc:
remove random character
kern/linux/linux_threadinfo.hh:
Formatting fixes
--HG--
extra : convert_revision : 2be4772d7455ea1f4eb22966e00831701b7cbc27
Diffstat (limited to 'kern/linux/linux_system.cc')
-rw-r--r-- | kern/linux/linux_system.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/linux/linux_system.cc b/kern/linux/linux_system.cc index addce0389..1144b9bdd 100644 --- a/kern/linux/linux_system.cc +++ b/kern/linux/linux_system.cc @@ -121,7 +121,7 @@ LinuxSystem::LinuxSystem(Params *p) #endif /** -v * Any time ide_delay_50ms, calibarte_delay or + * Any time ide_delay_50ms, calibarte_delay or * determine_cpu_caches is called just skip the * function. Currently determine_cpu_caches only is used put * information in proc, however if that changes in the future we |