$OpenBSD: patch-base_cpu_h,v 1.8 2021/11/16 11:28:45 robert Exp $

Index: base/cpu.h
--- base/cpu.h.orig
+++ base/cpu.h
@@ -104,7 +104,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,
