Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sun, 9 Oct 2016 19:24:13 +0200
From: Hauke Mehrtens <hauke@...ke-m.de>
To: musl@...ts.openwall.com
Subject: Re: [PATCH 5/7] add bits/hwcap.h and include it in sys/auxv.h

On 10/09/2016 07:01 PM, Szabolcs Nagy wrote:
> aarch64, arm, powerpc, powerpc64 and sh have cpu feature bits defined
> in linux for AT_HWCAP auxv entry, so expose those in sys/auxv.h
> ---
>  arch/aarch64/bits/hwcap.h   | 11 +++++++++++
>  arch/arm/bits/hwcap.h       | 29 +++++++++++++++++++++++++++++
>  arch/generic/bits/hwcap.h   |  0
>  arch/powerpc/bits/hwcap.h   | 40 ++++++++++++++++++++++++++++++++++++++++
>  arch/powerpc64/bits/hwcap.h | 40 ++++++++++++++++++++++++++++++++++++++++
>  arch/sh/bits/hwcap.h        | 11 +++++++++++
>  include/sys/auxv.h          |  1 +
>  7 files changed, 132 insertions(+)
>  create mode 100644 arch/aarch64/bits/hwcap.h
>  create mode 100644 arch/arm/bits/hwcap.h
>  create mode 100644 arch/generic/bits/hwcap.h
>  create mode 100644 arch/powerpc/bits/hwcap.h
>  create mode 100644 arch/powerpc64/bits/hwcap.h
>  create mode 100644 arch/sh/bits/hwcap.h
> 

Hi,

shouldn't this also be added for MIPS? This commit added a file called
hwcap.h:
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=e14f1db7a61f016d74393ca9e8fc49a91d27f603


Hauke

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.