comparison src/os_cpu/linux_zero/vm/atomic_linux_zero.inline.hpp @ 8737:71f619500f9b

Merge
author kevinw
date Mon, 11 Mar 2013 15:37:10 +0100
parents 63e54c37ac64
children
comparison
equal deleted inserted replaced
8736:167812fe00bb 8737:71f619500f9b
1 /* 1 /*
2 * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
3 * Copyright 2007, 2008, 2011 Red Hat, Inc. 3 * Copyright 2007, 2008, 2011 Red Hat, Inc.
4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * 5 *
6 * This code is free software; you can redistribute it and/or modify it 6 * This code is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License version 2 only, as 7 * under the terms of the GNU General Public License version 2 only, as
24 */ 24 */
25 25
26 #ifndef OS_CPU_LINUX_ZERO_VM_ATOMIC_LINUX_ZERO_INLINE_HPP 26 #ifndef OS_CPU_LINUX_ZERO_VM_ATOMIC_LINUX_ZERO_INLINE_HPP
27 #define OS_CPU_LINUX_ZERO_VM_ATOMIC_LINUX_ZERO_INLINE_HPP 27 #define OS_CPU_LINUX_ZERO_VM_ATOMIC_LINUX_ZERO_INLINE_HPP
28 28
29 #include "orderAccess_linux_zero.inline.hpp"
30 #include "runtime/atomic.hpp" 29 #include "runtime/atomic.hpp"
31 #include "runtime/os.hpp" 30 #include "runtime/os.hpp"
32 #include "vm_version_zero.hpp" 31 #include "vm_version_zero.hpp"
33 32
34 // Implementation of class atomic 33 // Implementation of class atomic