From c6ff04bafc384ef8274c81ad34a2dd8a7445304e Mon Sep 17 00:00:00 2001 From: Christian Svensson Date: Tue, 12 May 2020 17:26:02 +0200 Subject: [PATCH] cpuinfo: Enable for all 32-bit ARM CPUs Repurpose the ARMv6 cpuinfo for all ARM CPUs. CPU info format likely is not dependent on instruction set version. Signed-off-by: Christian Svensson --- cpuinfo_armv6l.go => cpuinfo_arm.go | 1 - 1 file changed, 1 deletion(-) rename cpuinfo_armv6l.go => cpuinfo_arm.go (97%) diff --git a/cpuinfo_armv6l.go b/cpuinfo_arm.go similarity index 97% rename from cpuinfo_armv6l.go rename to cpuinfo_arm.go index 8edd975c9..835550770 100644 --- a/cpuinfo_armv6l.go +++ b/cpuinfo_arm.go @@ -12,7 +12,6 @@ // limitations under the License. // +build linux -// +build armv6l package procfs