diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2004-05-31 19:47:17 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2004-05-31 19:47:17 -0400 |
commit | ebd4aa6548a68d3711756cdfc47136c0880e4f46 (patch) | |
tree | 429c4a5d4eeb8583d14cbce42d79165930e8fdfb /dev | |
parent | 93983de0cfa06e58f1d448782269ebd33341ae83 (diff) | |
download | gem5-ebd4aa6548a68d3711756cdfc47136c0880e4f46.tar.xz |
Added and cleaned up some comments
dev/tsunami_cchip.hh:
clean up some comments
kern/linux/linux_syscalls.cc:
Cleaned up spacing of syscall numbers
kern/linux/linux_system.hh:
Added doxygen comments
--HG--
extra : convert_revision : 23ecdaa92a208458dd5c5d3c68ac9012ce2690da
Diffstat (limited to 'dev')
-rw-r--r-- | dev/tsunami_cchip.hh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev/tsunami_cchip.hh b/dev/tsunami_cchip.hh index 381fb58f1..79fadf06a 100644 --- a/dev/tsunami_cchip.hh +++ b/dev/tsunami_cchip.hh @@ -49,11 +49,11 @@ class TsunamiCChip : public FunctionalMemory static const Addr size = 0xfff; protected: - /** - * pointer to the tsunami object. - * This is our access to all the other tsunami - * devices. - */ + /** + * pointer to the tsunami object. + * This is our access to all the other tsunami + * devices. + */ Tsunami *tsunami; /** |