summaryrefslogtreecommitdiff
path: root/src/compiler
diff options
context:
space:
mode:
author Elliott Hughes <enh@google.com> 2012-06-12 15:34:20 -0700
committer Elliott Hughes <enh@google.com> 2012-06-12 15:34:20 -0700
commita168c83a1d247094e9efb1244b0f73a5f1e1ed97 (patch)
treed0fb5a91a00227eda6b430fd64f2a1bff5271723 /src/compiler
parent289be85116aaf7c48413858b5d0448868b4e61f3 (diff)
Convince tsan that the card table isn't a problem.
Also move the #include <sys/mman.h> into "mem_map.h", since it's currently not possible to make any use of the latter without the former. If we care about the pollution, we should offer our own constants as part of our API. Change-Id: I01ec451d23c1d8afb8cb8a6660af8d9723faf5f5
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/codegen/arm/Assemble.cc1
-rw-r--r--src/compiler/codegen/mips/Assemble.cc1
-rw-r--r--src/compiler/codegen/x86/Assemble.cc1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/compiler/codegen/arm/Assemble.cc b/src/compiler/codegen/arm/Assemble.cc
index aca146e309..86517fa0dd 100644
--- a/src/compiler/codegen/arm/Assemble.cc
+++ b/src/compiler/codegen/arm/Assemble.cc
@@ -18,7 +18,6 @@
#include "../../CompilerInternals.h"
#include "ArmLIR.h"
#include "Codegen.h"
-#include <sys/mman.h> /* for protection change */
namespace art {
diff --git a/src/compiler/codegen/mips/Assemble.cc b/src/compiler/codegen/mips/Assemble.cc
index c19effe2f3..39ad36b4ad 100644
--- a/src/compiler/codegen/mips/Assemble.cc
+++ b/src/compiler/codegen/mips/Assemble.cc
@@ -18,7 +18,6 @@
#include "../../CompilerInternals.h"
#include "MipsLIR.h"
#include "Codegen.h"
-#include <sys/mman.h> /* for protection change */
namespace art {
diff --git a/src/compiler/codegen/x86/Assemble.cc b/src/compiler/codegen/x86/Assemble.cc
index 671e72863a..9e0e713e0c 100644
--- a/src/compiler/codegen/x86/Assemble.cc
+++ b/src/compiler/codegen/x86/Assemble.cc
@@ -18,7 +18,6 @@
#include "../../CompilerInternals.h"
#include "X86LIR.h"
#include "Codegen.h"
-#include <sys/mman.h> /* for protection change */
namespace art {