Clean up some formatting

kern/linux/linux_system.cc:
    remove random character
kern/linux/linux_threadinfo.hh:
    Formatting fixes

--HG--
extra : convert_revision : 2be4772d7455ea1f4eb22966e00831701b7cbc27
This commit is contained in:
Nathan Binkert 2005-09-30 13:34:43 -04:00
parent 6e17280ce4
commit b08436c674
2 changed files with 44 additions and 45 deletions

View file

@ -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

View file

@ -26,14 +26,12 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef __LINUX_TREADNIFO_HH__
#define __LINUX_TREADNIFO_HH__
#ifndef __KERN_LINUX_LINUX_TREADNIFO_HH__
#define __KERN_LINUX_LINUX_TREADNIFO_HH__
#include "targetarch/vptr.hh"
#include "kern/linux/thread_info.hh"
#include "kern/linux/sched.hh"
#include "targetarch/vptr.hh"
namespace Linux {
@ -84,6 +82,7 @@ class ThreadInfo
return curTaskInfo()->start;
}
};
}
#endif /* __LINUX_THREADINFO_HH__ */
/* namespace Linux */ }
#endif // __KERN_LINUX_LINUX_THREADINFO_HH__