1--- src/3rdparty/chromium/third_party/cpuinfo/cpuinfo.gni.orig	2025-08-15 18:30:00 UTC
2+++ src/3rdparty/chromium/third_party/cpuinfo/cpuinfo.gni
3@@ -8,7 +8,7 @@ use_cpuinfo =
4     current_cpu != "s390" && current_cpu != "s390x" &&
5     current_cpu != "riscv64" &&
6     # cpuinfo is not supported on fuchsia.
7-    !is_fuchsia &&
8+    !is_fuchsia && !is_bsd &&
9     # There's a few arm architectures that are not supported by cpuinfo,
10     # especially amongst ChromeOS devices.
11     # See //third_party/cpuinfo/src/src/arm/linux/cp.h.
12