Fix compile issues on gcc 4.1.x related to namespaces.
authorNathan Binkert <binkertn@umich.edu>
Thu, 22 Feb 2007 00:42:16 +0000 (16:42 -0800)
committerNathan Binkert <binkertn@umich.edu>
Thu, 22 Feb 2007 00:42:16 +0000 (16:42 -0800)
commit06ae2d04455d39acb1db642952e56b6a0359cf22
treed5ce7af9d3dbdeb3180af720547e53dc7df9bf99
parent2a67f2b08cb2d478c3b425d778a75bb2ce46a813
Fix compile issues on gcc 4.1.x related to namespaces.
This basically involves moving the builder code outside of any
namespace.  While we're at it, move a few braces outside of
a couple #if/#else/#endif blocks so it's easier to match up
the braces.

--HG--
extra : convert_revision : a7834532aadc63b0e0ff988dd5745049e02e6312
src/arch/alpha/tlb.cc
src/arch/sparc/tlb.cc