locked_mem.hh (6691:cd68b6ecd68d) locked_mem.hh (7811:a8fc35183c10)
1/*
2 * Copyright (c) 2006 The Regents of The University of Michigan
3 * Copyright (c) 2007-2008 The Florida State University
4 * Copyright (c) 2009 The University of Edinburgh
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are

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

54
55template <class XC>
56inline bool
57handleLockedWrite(XC *xc, Request *req)
58{
59 return true;
60}
61
1/*
2 * Copyright (c) 2006 The Regents of The University of Michigan
3 * Copyright (c) 2007-2008 The Florida State University
4 * Copyright (c) 2009 The University of Edinburgh
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are

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

54
55template <class XC>
56inline bool
57handleLockedWrite(XC *xc, Request *req)
58{
59 return true;
60}
61
62} // PowerISA namespace
62} // namespace PowerISA
63
64#endif // __ARCH_POWER_LOCKED_MEM_HH__
63
64#endif // __ARCH_POWER_LOCKED_MEM_HH__