X86: implements copyRegs() function
authorNilay Vaish <nilay@cs.wisc.edu>
Mon, 11 Jul 2011 21:52:52 +0000 (16:52 -0500)
committerNilay Vaish <nilay@cs.wisc.edu>
Mon, 11 Jul 2011 21:52:52 +0000 (16:52 -0500)
commitdbde1502cd089ae4eb2fac032348a5524f199939
tree78a42d57a38093aaddcc7b157c9830df40e2c756
parenta7dcd19fa05c9f374f898588ab7787d86d473981
X86: implements copyRegs() function
This patch implements the copyRegs() function for the x86 architecture.
The patch assumes that no side effects other than TLB invalidation need
to be considered while copying the registers. This may not hold true in
future.
src/arch/x86/utility.cc