inorder: add/remove halt/deallocate context respectively
authorKorey Sewell <ksewell@umich.edu>
Sun, 31 Jan 2010 23:28:05 +0000 (18:28 -0500)
committerKorey Sewell <ksewell@umich.edu>
Sun, 31 Jan 2010 23:28:05 +0000 (18:28 -0500)
commit5e0b8337ed9c8aa975cd44df5565c2c3dde0c267
tree73fb7950d2c9068c09c9f803e9b3773fdb9a0530
parent069b38c0d546708491d0da84668ba32f82ca7cb8
inorder: add/remove halt/deallocate context respectively
Halt is called from the exit() system call while
deallocate is unused. So to clear up things, just
use halt and remove deallocate.
src/cpu/inorder/cpu.cc
src/cpu/inorder/cpu.hh
src/cpu/inorder/resource_pool.cc