summaryrefslogtreecommitdiff
path: root/src/arch/sparc/locked_mem.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/sparc/locked_mem.hh')
-rw-r--r--src/arch/sparc/locked_mem.hh34
1 files changed, 1 insertions, 33 deletions
diff --git a/src/arch/sparc/locked_mem.hh b/src/arch/sparc/locked_mem.hh
index b28179481..90760d586 100644
--- a/src/arch/sparc/locked_mem.hh
+++ b/src/arch/sparc/locked_mem.hh
@@ -37,38 +37,6 @@
* ISA-specific helper functions for locked memory accesses.
*/
-#include "mem/packet.hh"
-#include "mem/request.hh"
-
-namespace SparcISA
-{
-template <class XC>
-inline void
-handleLockedSnoop(XC *xc, PacketPtr pkt, Addr cacheBlockMask)
-{
-}
-
-template <class XC>
-inline void
-handleLockedRead(XC *xc, Request *req)
-{
-}
-
-template <class XC>
-inline void
-handleLockedSnoopHit(XC *xc)
-{
-}
-
-
-template <class XC>
-inline bool
-handleLockedWrite(XC *xc, Request *req, Addr cacheBlockMask)
-{
- return true;
-}
-
-
-} // namespace SparcISA
+#include "arch/generic/locked_mem.hh"
#endif