gem5/src/mem/ruby/common
Steve Reinhardt c69d48f007 Make commenting on close namespace brackets consistent.
Ran all the source files through 'perl -pi' with this script:

s|\s*(};?\s*)?/\*\s*(end\s*)?namespace\s*(\S+)\s*\*/(\s*})?|} // namespace $3|;
s|\s*};?\s*//\s*(end\s*)?namespace\s*(\S+)\s*|} // namespace $2\n|;
s|\s*};?\s*//\s*(\S+)\s*namespace\s*|} // namespace $1\n|;

Also did a little manual editing on some of the arch/*/isa_traits.hh files
and src/SConscript.
2011-01-03 14:35:43 -08:00
..
Address.cc ruby: get "using namespace" out of headers 2010-04-02 11:20:32 -07:00
Address.hh Make commenting on close namespace brackets consistent. 2011-01-03 14:35:43 -08:00
Consumer.hh ruby: style pass 2010-03-22 18:43:53 -07:00
DataBlock.cc ruby: style pass 2010-03-22 18:43:53 -07:00
DataBlock.hh ruby: get rid of Vector and use STL 2010-06-10 23:17:07 -07:00
Debug.cc ruby: Converted old ruby debug calls to M5 debug calls 2010-12-01 11:30:04 -08:00
Debug.hh This patch removes the WARN_* and ERROR_* from src/mem/ruby/common/Debug.hh file. These statements have been replaced with warn(), panic() and fatal() defined in src/base/misc.hh 2010-12-22 23:15:24 -06:00
Debug.py ruby: Added copyright to many Ruby *.py files 2010-03-21 21:22:20 -07:00
Driver.cc ruby: style pass 2010-03-22 18:43:53 -07:00
Driver.hh ruby: get "using namespace" out of headers 2010-04-02 11:20:32 -07:00
Global.cc ruby: style pass 2010-03-22 18:43:53 -07:00
Global.hh ruby: style pass 2010-03-22 18:43:53 -07:00
Histogram.cc ruby: get rid of Vector and use STL 2010-06-10 23:17:07 -07:00
Histogram.hh ruby: get rid of Vector and use STL 2010-06-10 23:17:07 -07:00
NetDest.cc This patch removes the WARN_* and ERROR_* from src/mem/ruby/common/Debug.hh file. These statements have been replaced with warn(), panic() and fatal() defined in src/base/misc.hh 2010-12-22 23:15:24 -06:00
NetDest.hh ruby: Converted old ruby debug calls to M5 debug calls 2010-12-01 11:30:04 -08:00
SConscript ruby: style pass 2010-03-22 18:43:53 -07:00
Set.cc This patch removes the WARN_* and ERROR_* from src/mem/ruby/common/Debug.hh file. These statements have been replaced with warn(), panic() and fatal() defined in src/base/misc.hh 2010-12-22 23:15:24 -06:00
Set.hh style: clean up ruby's Set class 2010-06-01 11:38:56 -07:00
SubBlock.cc ruby: get rid of Vector and use STL 2010-06-10 23:17:07 -07:00
SubBlock.hh ruby: get rid of Vector and use STL 2010-06-10 23:17:07 -07:00
TypeDefines.hh ruby: Fix copyrights on files 2010-03-14 20:58:45 -07:00