From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Wu, Bryan" Subject: Re: [PATCH] CONFIG_PACKET_MMAP should depend on MMU Date: Tue, 10 Apr 2007 10:00:32 +0800 Message-ID: <1176170432.17975.10.camel@roc-desktop> References: <6d6a94c50704082001y5c13c865ic3d70217aba7d181@mail.gmail.com> <20070409.095523.122833625.davem@davemloft.net> <20070409.114323.78734391.davem@davemloft.net> <200704091608.23270.rgetz@blackfin.uclinux.org> Reply-To: bryan.wu@analog.com Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: David Miller , bryan.wu@analog.com, alan@lxorguk.ukuu.org.uk, waltje@uwalt.nl.mugnet.org, aubreylee@gmail.com, netdev@vger.kernel.org, akpm@osdl.org, linux-kernel@vger.kernel.org, David Howells To: Robin Getz Return-path: Received: from nwd2mail11.analog.com ([137.71.25.57]:38049 "EHLO nwd2mail11.analog.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932409AbXDJB6U (ORCPT ); Mon, 9 Apr 2007 21:58:20 -0400 In-Reply-To: <200704091608.23270.rgetz@blackfin.uclinux.org> Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Mon, 2007-04-09 at 16:08 -0400, Robin Getz wrote: > On Mon 9 Apr 2007 14:43, David Miller pondered: > > From: David Miller > > Date: Mon, 09 Apr 2007 09:55:23 -0700 (PDT) > > > > > > I will apply this patch. > > > > Actually I won't, the other comments in this thread make a lot > > of sense, we should try to make it build and work just as we > > do for other similar things on no-MMU. > > Great. Any pointers in the right direction to remove the requirement of > vm_insert_page() in the noMMU case? > > Thanks > -Robin OK, we will try to find other way to fix this bug according Robin's comments. Thanks -Bryan