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

Unified Diff: src/arm64/assembler-arm64.cc

Issue 1819913002: Version 5.0.71.21: Merge arm64 CacheLineSizes revert (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@5.0
Patch Set: update v8-version.h Created 4 years, 9 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 | « include/v8-version.h ('k') | src/arm64/cpu-arm64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/arm64/assembler-arm64.cc
diff --git a/src/arm64/assembler-arm64.cc b/src/arm64/assembler-arm64.cc
index d49c29fa244032c9316b1f70d09d5d9d6a7f5867..ea7a732f8a9146d270a515c0324a96afcd0f9ff4 100644
--- a/src/arm64/assembler-arm64.cc
+++ b/src/arm64/assembler-arm64.cc
@@ -58,9 +58,6 @@ void CpuFeatures::ProbeImpl(bool cross_compile) {
cpu.part() <= base::CPU::NVIDIA_DENVER_V10) {
supported_ |= 1u << COHERENT_CACHE;
}
-
- icache_line_size_ = cpu.icache_line_size();
- dcache_line_size_ = cpu.dcache_line_size();
}
« no previous file with comments | « include/v8-version.h ('k') | src/arm64/cpu-arm64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698