$OpenBSD: patch-base_cpu_h,v 1.3 2021/10/29 14:49:39 robert Exp $

Index: base/cpu.h
--- base/cpu.h.orig
+++ base/cpu.h
@@ -97,7 +97,7 @@ class BASE_EXPORT CPU final {
   const std::string& cpu_brand() const { return cpu_brand_; }
 
 #if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_ANDROID) || \
-    defined(OS_AIX)
+    defined(OS_AIX) || defined(OS_BSD)
   enum class CoreType {
     kUnknown = 0,
     kOther,
