Review Board 2.0.15


Clock: Make Tick unsigned and remove UTick

Review Request #1320 - Created July 25, 2012 and submitted

Information
Andreas Hansson
gem5
default
Reviewers
Default
Changeset 9133:93d82aae1592
---------------------------
Clock: Make Tick unsigned and remove UTick

This patch makes the Tick unsigned and removes the UTick typedef. The
ticks should never be negative, and there was only one major issue
with removing it, caused by the o3 CPU using a -1 as an initial value.

The patch has no impact on any regressions.
util/regress all passing (disregarding t1000 and eio)

Issue Summary

4 1 3 0
Description From Last Updated Status
Are we sure that this is no longer the case? Nathan Binkert July 25, 2012, 11:08 p.m. Open
Review request changed
Updated (Aug. 20, 2012, 8:32 p.m.)

Status: Closed (submitted)