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
This commit is contained in:
Ali Saidi
2004-05-31 19:47:17 -04:00
parent 93983de0cf
commit ebd4aa6548
3 changed files with 318 additions and 277 deletions

View File

@@ -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;
/**