summaryrefslogtreecommitdiff
path: root/src/mem/mport.hh
AgeCommit message (Collapse)Author
2012-02-24MEM: Prepare mport for master/slave splitAndreas Hansson
This patch simplifies the mport in preparation for a split into a master and slave role for the message ports. In particular, sendMessageAtomic was only used in a single location and similarly so sendMessageTiming. The affected interrupt device is updated accordingly.
2008-10-12Create a message port for sending messages as apposed to reading/writing a ↵Gabe Black
memory range.