cpu: Remove unused deallocateContext calls
authorMitch Hayenga <mitch.hayenga@arm.com>
Sat, 20 Sep 2014 21:18:36 +0000 (17:18 -0400)
committerMitch Hayenga <mitch.hayenga@arm.com>
Sat, 20 Sep 2014 21:18:36 +0000 (17:18 -0400)
commitcc6523e2d686447f90acccac20c0fb2940dc3e3b
tree1db59dcca74fcc7f5fbebf76c06831a438c2990a
parente1403fc2af61c224c573c47c77a36f9b1b78e7df
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.
src/cpu/base.hh
src/cpu/inorder/inorder_dyn_inst.cc
src/cpu/inorder/inorder_dyn_inst.hh
src/cpu/inorder/thread_context.hh
src/cpu/o3/cpu.cc
src/cpu/o3/cpu.hh
src/cpu/simple/base.cc
src/cpu/simple/base.hh