locked_mem.hh (9383:55fa95053ee8) locked_mem.hh (10030:b531e328342d)
1/*
2 * Copyright (c) 2006 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 42 unchanged lines hidden (view full) ---

51 template <class XC>
52 inline void
53 handleLockedRead(XC *xc, Request *req)
54 {
55 }
56
57 template <class XC>
58 inline bool
1/*
2 * Copyright (c) 2006 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 42 unchanged lines hidden (view full) ---

51 template <class XC>
52 inline void
53 handleLockedRead(XC *xc, Request *req)
54 {
55 }
56
57 template <class XC>
58 inline bool
59 handleLockedWrite(XC *xc, Request *req)
59 handleLockedWrite(XC *xc, Request *req, Addr cacheBlockMask)
60 {
61 return true;
62 }
60 {
61 return true;
62 }
63
64 template <class XC>
65 inline void
66 handleLockedSnoopHit(XC *xc)
67 {
68 }
63}
64
65#endif // __ARCH_X86_LOCKEDMEM_HH__
69}
70
71#endif // __ARCH_X86_LOCKEDMEM_HH__