Skip to content

Commit

Permalink
cpuinfo: Enable for all 32-bit ARM CPUs
Browse files Browse the repository at this point in the history
Repurpose the ARMv6 cpuinfo for all ARM CPUs. CPU info format likely is
not dependent on instruction set version.

Signed-off-by: Christian Svensson <[email protected]>
  • Loading branch information
bluecmd authored and discordianfish committed May 13, 2020
1 parent 7a44272 commit c6ff04b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpuinfo_armv6l.go → cpuinfo_arm.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
// limitations under the License.

// +build linux
// +build armv6l

package procfs

Expand Down

0 comments on commit c6ff04b

Please sign in to comment.