From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1036348AbdEYS2x (ORCPT ); Thu, 25 May 2017 14:28:53 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:44834 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1036316AbdEYS2w (ORCPT ); Thu, 25 May 2017 14:28:52 -0400 Date: Thu, 25 May 2017 20:28:49 +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: <20170525182849.GG18357@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> 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 Thu, May 25, 2017 at 11:30:36PM +0530, Shubham Bansal wrote: > Actually I intentionally put that print statement their. Hi Shubham Please don't top post. > Can you tell me what ifdef you removed ? #ifdef CONFIG_CPU_LITTLE_ENDIAN Since i said, ARM does not seem to use it. Andrew