Change base/intmath.{cc,hh} to follow m5 style.
authorSteve Reinhardt <stever@eecs.umich.edu>
Fri, 23 Dec 2005 18:32:31 +0000 (13:32 -0500)
committerSteve Reinhardt <stever@eecs.umich.edu>
Fri, 23 Dec 2005 18:32:31 +0000 (13:32 -0500)
commit0cdcb08d908bc20f614dd164f8e43287406e81a3
treeba6da1e59f9ca5c67c9aa067f374c77129722a52
parent627f540e3119e09747005e208daa8153b22d9967
Change base/intmath.{cc,hh} to follow m5 style.

arch/alpha/alpha_tru64_process.cc:
base/intmath.hh:
base/statistics.cc:
base/str.cc:
cpu/o3/btb.cc:
sim/process.cc:
sim/syscall_emul.hh:
    Rename intmath.hh functions to follow m5 style
    (RoundUp -> roundUp, etc.).
base/intmath.cc:
    Rename intmath.hh functions to follow m5 style
    (RoundUp -> roundUp, etc.).
    Also reindent code in m5 style.

--HG--
extra : convert_revision : 57b853002bc3c9911e122599d9062b41a06d8e6a
arch/alpha/alpha_tru64_process.cc
base/intmath.cc
base/intmath.hh
base/statistics.cc
base/str.cc
cpu/o3/btb.cc
sim/process.cc
sim/syscall_emul.hh