From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Wed, 30 Jul 2003 09:21:10 +0000 Subject: Re: [PATCH] (2.4.x bk) efi_memmap_walk_uc Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org On Tue, Jul 29, 2003 at 11:34:07AM -0700, Christopher Wedgwood wrote: > count = (end - start) >> PAGE_SHIFT; > bytes = sizeof(struct node_fetchops) + count/8; > fops = vmalloc(bytes); > memset(fops, 0, bytes); vmalloc can fail..