From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from pentafluge.infradead.org (pentafluge.infradead.org [213.146.154.40]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 60D4A67B66 for ; Fri, 18 Aug 2006 22:17:40 +1000 (EST) Subject: Re: [2.6.19 PATCH 3/7] ehea: queue management From: Arjan van de Ven To: Jan-Bernd Themann In-Reply-To: <200608181331.19501.ossthema@de.ibm.com> References: <200608181331.19501.ossthema@de.ibm.com> Content-Type: text/plain Date: Fri, 18 Aug 2006 14:17:31 +0200 Message-Id: <1155903451.4494.168.camel@laptopd505.fenrus.org> Mime-Version: 1.0 Cc: Thomas Klein , Jan-Bernd Themann , netdev , linux-kernel , Thomas Klein , linux-ppc , Christoph Raisch , Marcus Eder List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > + queue->queue_length = nr_of_pages * pagesize; > + queue->queue_pages = vmalloc(nr_of_pages * sizeof(void *)); wow... is this really so large that it warrants a vmalloc()???