Deleted Added
sdiff udiff text old ( 10030:b531e328342d ) new ( 12218:8c5db15dc8e7 )
full compact
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;

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

32#define __ARCH_X86_LOCKEDMEM_HH__
33
34/**
35 * @file
36 *
37 * ISA-specific helper functions for locked memory accesses.
38 */
39
40#include "arch/generic/locked_mem.hh"
41
42#endif // __ARCH_X86_LOCKEDMEM_HH__