From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1036419AbdEYSsP (ORCPT ); Thu, 25 May 2017 14:48:15 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:44853 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030309AbdEYSsK (ORCPT ); Thu, 25 May 2017 14:48:10 -0400 Date: Thu, 25 May 2017 20:48:09 +0200 From: Andrew Lunn To: Shubham Bansal Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Russell King - ARM Linux Subject: Re: [PATCH] RFC: arm: eBPF JIT compiler Message-ID: <20170525184809.GH18357@lunn.ch> References: <1495564433-9750-1-git-send-email-illusionist.neo@gmail.com> <20170523204608.GG24807@lunn.ch> <20170523232555.GY13759@lunn.ch> <20170525170051.GC18357@lunn.ch> <20170525172255.GF18357@lunn.ch> <20170525182849.GG18357@lunn.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 26, 2017 at 12:05:23AM +0530, Shubham Bansal wrote: > Hi Andrew, > > My Apologies. > > I will remove the #ifdef CONFIG_CPU_LITTLE_ENDIAN. Do you have the > ARMv6 machine you can test it on? Sorry, i don't have a v6. Maybe try kzm with qemu-system-qemu? Andrew