blob: 68c6722e4905d6a4a1117142c5c7ce2097c81533 (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
 | --- base/cpu.h.orig	2022-02-28 16:54:41 UTC
+++ base/cpu.h
@@ -108,7 +108,7 @@ class BASE_EXPORT CPU final {
   const std::string& cpu_brand() const { return cpu_brand_; }
 
 #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || \
-    BUILDFLAG(IS_AIX)
+    BUILDFLAG(IS_AIX) || BUILDFLAG(IS_BSD)
   enum class CoreType {
     kUnknown = 0,
     kOther,
 |