From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752241Ab3JWI4c (ORCPT ); Wed, 23 Oct 2013 04:56:32 -0400 Received: from intranet.asianux.com ([58.214.24.6]:13263 "EHLO intranet.asianux.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751349Ab3JWI4b (ORCPT ); Wed, 23 Oct 2013 04:56:31 -0400 X-Spam-Score: -100.8 Message-ID: <52678EFF.8090705@asianux.com> Date: Wed, 23 Oct 2013 16:55:27 +0800 From: Chen Gang User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: Vineet Gupta CC: Arnd Bergmann , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] arc: include: asm: uaccess.h: include "asm-generic/uaccess-unaligned.h" References: <523E6274.3030602@asianux.com> <523FFB5F.4030501@asianux.com> In-Reply-To: <523FFB5F.4030501@asianux.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Maintainers: Is this patch OK, please help check when you have time. Thanks. On 09/23/2013 04:27 PM, Chen Gang wrote: > On 09/23/2013 04:07 PM, Vineet Gupta wrote: >> On 09/22/2013 08:53 AM, Chen Gang wrote: >>> Need include the default implementation, just like another platforms >>> (e.g. parisc, tile ...), or can not pass compiling. >>> >>> The related error (with allmodconfig for arc): >>> >>> CC [M] fs/btrfs/ioctl.o >>> fs/btrfs/ioctl.c: In function �btrfs_ioctl_file_extent_same�: >>> fs/btrfs/ioctl.c:2802: error: implicit declaration of function �__put_user_unaligned� >>> >>> >>> Signed-off-by: Chen Gang >> >> Acked-by: Vineet Gupta >> > > Thank you too. > >> Thx, >> -Vineet >> >> > > -- Chen Gang