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

Unified Diff: src/trusted/validator_arm/cpuid_arm_features.h

Issue 11864002: Move CPU features into its own static library. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Address bsy's comments by not building x86 target when host isn't x86. This is how things are curre… Created 7 years, 11 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/trusted/validator_arm/cpuid_arm.c ('k') | src/trusted/validator_arm/ncval.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/validator_arm/cpuid_arm_features.h
diff --git a/src/trusted/validator_arm/cpuid_arm_features.h b/src/trusted/validator_arm/cpuid_arm_features.h
deleted file mode 100644
index 29747f26b5856457ac0f2169b6f5c0f3bd7c21a6..0000000000000000000000000000000000000000
--- a/src/trusted/validator_arm/cpuid_arm_features.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * Copyright (c) 2012 The Native Client Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-/*
- * This file can be included many times to list all the ARM CPU features.
- * Simply define the NACL_ARM_CPU_FEATURE macro to change the behavior.
- *
- * TODO(jfb) Add other ARM CPU features.
- */
-
-/* Some ARM CPUs leak memory when TST+LDR/TST+STR is used for sandboxing. */
-NACL_ARM_CPU_FEATURE(CanUseTstMem)
« no previous file with comments | « src/trusted/validator_arm/cpuid_arm.c ('k') | src/trusted/validator_arm/ncval.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698