summaryrefslogtreecommitdiff
path: root/src/mem/mport.cc
AgeCommit message (Collapse)Author
2011-01-07Replace curTick global variable with accessor functions.Steve Reinhardt
This step makes it easy to replace the accessor functions (which still access a global variable) with ones that access per-thread curTick values.
2009-04-19X86: Add a function which gets called when an interrupt message has been ↵Gabe Black
delivered.
2008-10-12Create a message port for sending messages as apposed to reading/writing a ↵Gabe Black
memory range.