Fix roundUp function template so explicit arg is not
authorSteve Reinhardt <stever@eecs.umich.edu>
Fri, 23 Dec 2005 18:50:35 +0000 (13:50 -0500)
committerSteve Reinhardt <stever@eecs.umich.edu>
Fri, 23 Dec 2005 18:50:35 +0000 (13:50 -0500)
commit16bda9c03eb79e223f3cbc03ef80e75b7e27f266
tree98945ca6abb9bac48dd19e8406bf0a90c7e13631
parent0cdcb08d908bc20f614dd164f8e43287406e81a3
Fix roundUp function template so explicit arg is not
needed in a few more cases.

base/intmath.hh:
    align arg to roundUp should be int, not template class
sim/process.cc:
sim/syscall_emul.hh:
    No need for explicit template arg now that roundUp is fixed.

--HG--
extra : convert_revision : f9f4639e022acb9f427e8d30d81c782504437c53
base/intmath.hh
sim/process.cc
sim/syscall_emul.hh