]> git.ipfire.org Git - thirdparty/util-linux.git/commit - sys-utils/lscpu.c
lscpu: Add aarch32 detection on aarch64
authorJeremy Linton <lintonrjeremy@gmail.com>
Tue, 11 Dec 2018 18:27:29 +0000 (12:27 -0600)
committerJeremy Linton <lintonrjeremy@gmail.com>
Tue, 11 Dec 2018 18:27:29 +0000 (12:27 -0600)
commit32865bd5df59f14fd3fe6651acebde99b0691b5d
tree29e495f1370d8a0aa53c12d19516ed8379dca690
parent6245c26ad4e4a7cc97a209a6b237e8c4bd1706a4
lscpu: Add aarch32 detection on aarch64

aarch32 support is an optional feature of ARMv8, as CPUs
which don't support aarch32 become more common, lets make
sure that lscpu can tell a user quickly if they are on a
machine that only supports 64-bit.

Signed-off-by: Jeremy Linton <lintonrjeremy@gmail.com>
sys-utils/lscpu.c