Deleted Added
sdiff udiff text old ( 4192:7accc6365bb9 ) new ( 4224:7e828583f2cb )
full compact
1/*
2 * Copyright (c) 2002-2005 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;

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

441
442 // If the write needs to have a fault on the access, consider calling
443 // changeStatus() and changing it to "bad addr write" or something.
444 return fault;
445}
446
447
448#ifndef DOXYGEN_SHOULD_SKIP_THIS
449template
450Fault
451AtomicSimpleCPU::write(uint64_t data, Addr addr,
452 unsigned flags, uint64_t *res);
453
454template
455Fault
456AtomicSimpleCPU::write(uint32_t data, Addr addr,
457 unsigned flags, uint64_t *res);
458

--- 197 unchanged lines hidden ---