gem5/src/arch/mips/linux
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
..
aligned.hh Add in files from merge-bare-iron, get them compiling in FS and SE mode 2007-11-13 16:58:16 -05:00
hwrpb.hh Add in files from merge-bare-iron, get them compiling in FS and SE mode 2007-11-13 16:58:16 -05:00
linux.cc MIPS: Many style fixes. 2009-07-21 01:08:53 -07:00
linux.hh syscall: Addition of an ioctl command code for Power. 2009-10-24 10:53:59 -07:00
process.cc style: fix sorting of includes and whitespace in some files 2010-09-10 14:58:04 -07:00
process.hh mips: fix command line arguments 2009-09-17 15:59:43 -04:00
system.cc tick: rename Clock namespace to SimClock 2010-04-15 16:24:12 -07:00
system.hh Get rid of 'using namespace' declarations in headers. 2009-03-05 17:15:31 -08:00
thread_info.hh fix MIPS headers 2007-11-15 14:21:01 -05:00
threadinfo.hh Make commenting on close namespace brackets consistent. 2011-01-03 14:35:43 -08:00