From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753609Ab3IWI2X (ORCPT ); Mon, 23 Sep 2013 04:28:23 -0400 Received: from intranet.asianux.com ([58.214.24.6]:46168 "EHLO intranet.asianux.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753208Ab3IWI2W (ORCPT ); Mon, 23 Sep 2013 04:28:22 -0400 X-Spam-Score: -100.6 Message-ID: <523FFB5F.4030501@asianux.com> Date: Mon, 23 Sep 2013 16:27:11 +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> In-Reply-To: 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 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