From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hNXFI-0008J0-1h for barebox@lists.infradead.org; Mon, 06 May 2019 06:37:05 +0000 Date: Mon, 6 May 2019 08:37:01 +0200 From: Sascha Hauer Message-ID: <20190506063701.fz57ijesri4fliic@pengutronix.de> References: <20190503155339.811-1-m.tretter@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190503155339.811-1-m.tretter@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH] ARM: aarch64: do not use 32bit optimized find bit functions To: Michael Tretter Cc: barebox@lists.infradead.org, Thomas =?iso-8859-15?Q?H=E4mmerle?= On Fri, May 03, 2019 at 05:53:39PM +0200, Michael Tretter wrote: > The optimized find bit functions are only implemented for 32 bit and are > not built on aarch64 systems. Therefore, for example bootchooser cannot > be build for aarch64. > = > Select the generic find_bit implementations on aarch64. > = > As the decision, if lib64 or lib32 is build or not, directly depends on > CPU_V8, the generic implementation also should be used if CPU_V8 is > selected. > = > Reported-by: Thomas H=E4mmerle > Signed-off-by: Michael Tretter > --- > arch/arm/cpu/Kconfig | 1 + > arch/arm/include/asm/bitops.h | 8 ++++++++ > 2 files changed, 9 insertions(+) Applied, thanks Sascha -- = Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox