Review Board 2.0.15


cpu: Remove unused deallocateContext calls

Review Request #2402 - Created Sept. 11, 2014 and submitted

Information
Andreas Hansson
gem5
default
Reviewers
Default
Changeset 10394:50d81070b1b4
---------------------------
cpu: Remove unused deallocateContext calls

The call paths for de-scheduling a thread are halt() and suspend(), from
the thread context. There is no call to deallocateContext() in general,
though some CPUs chose to define it. This patch removes the function
from BaseCPU and the cores which do not require it.

   
Review request changed
Updated (Sept. 20, 2014, 2:39 p.m.)

Status: Closed (submitted)