From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suzuki.Poulose@arm.com (Suzuki K. Poulose) Date: Wed, 16 Sep 2015 15:48:09 +0100 Subject: [PATCH 1/3] arm64/cpufeature.h: Add macros for a cpu features testing In-Reply-To: References: <1441303911-9421-1-git-send-email-kuleshovmail@gmail.com> <55E987CA.4090302@arm.com> Message-ID: <55F98129.9080609@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 04/09/15 13:19, Alexander Kuleshov wrote: > 2015-09-04 18:00 GMT+06:00 Suzuki K. Poulose : >> There is generic CPUID feature helper queued for 4.3, which can extract >> the feature bits >> >> cpuid_feature_extract_field(feature, shift) >> >> You might want to use it instead. Btw, I have a patch series(waiting for >> the merge window, before I post), which changes the way we initialise the >> HWCAP bits. > > Hello, > > Thanks for feedback first of all. So, I'll wait while your changes will be > in the mainline kernel and will reconsider the changes. > Please find the series here : http://lists.infradead.org/pipermail/linux-arm-kernel/2015-September/370386.html Thanks Suzuki