Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(272)

Unified Diff: src/base/atomicops_internals_mips_gcc.h

Issue 316133002: Move atomic ops and related files to base library (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: updates Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/base/atomicops_internals_mac.h ('k') | src/base/atomicops_internals_tsan.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/base/atomicops_internals_mips_gcc.h
diff --git a/src/atomicops_internals_mips_gcc.h b/src/base/atomicops_internals_mips_gcc.h
similarity index 96%
rename from src/atomicops_internals_mips_gcc.h
rename to src/base/atomicops_internals_mips_gcc.h
index da9f6e99364c65de7a3becc1b3540f79c57e7766..0d3a0e38c138d93bac2669d8acbb8e6764c22bba 100644
--- a/src/atomicops_internals_mips_gcc.h
+++ b/src/base/atomicops_internals_mips_gcc.h
@@ -4,11 +4,11 @@
// This file is an internal atomic implementation, use atomicops.h instead.
-#ifndef V8_ATOMICOPS_INTERNALS_MIPS_GCC_H_
-#define V8_ATOMICOPS_INTERNALS_MIPS_GCC_H_
+#ifndef V8_BASE_ATOMICOPS_INTERNALS_MIPS_GCC_H_
+#define V8_BASE_ATOMICOPS_INTERNALS_MIPS_GCC_H_
namespace v8 {
-namespace internal {
+namespace base {
// Atomically execute:
// result = *ptr;
@@ -154,6 +154,6 @@ inline Atomic32 Release_Load(volatile const Atomic32* ptr) {
return *ptr;
}
-} } // namespace v8::internal
+} } // namespace v8::base
-#endif // V8_ATOMICOPS_INTERNALS_MIPS_GCC_H_
+#endif // V8_BASE_ATOMICOPS_INTERNALS_MIPS_GCC_H_
« no previous file with comments | « src/base/atomicops_internals_mac.h ('k') | src/base/atomicops_internals_tsan.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698