Deleted Added
sdiff udiff text old ( 7823:dac01f14f20f ) new ( 8232:b28d06a175be )
full compact
1/*
2 * Copyright (c) 2006-2007 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;

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

35 * @file
36 *
37 * ISA-specific helper functions for locked memory accesses.
38 */
39
40#include "arch/registers.hh"
41#include "base/misc.hh"
42#include "base/trace.hh"
43#include "mem/request.hh"
44
45namespace MipsISA
46{
47
48template <class XC>
49inline void
50handleLockedRead(XC *xc, Request *req)

--- 60 unchanged lines hidden ---