[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090109175842.GC30168@ioremap.net>
Date: Fri, 9 Jan 2009 20:58:42 +0300
From: Evgeniy Polyakov <zbr@...emap.net>
To: Joerg Roedel <joerg.roedel@....com>
Cc: linux-kernel@...r.kernel.org, mingo@...hat.com,
dwmw2@...radead.org, fujita.tomonori@....ntt.co.jp,
netdev@...r.kernel.org, iommu@...ts.linux-foundation.org
Subject: Re: [PATCH 05/16] dma-debug: add initialization code
On Fri, Jan 09, 2009 at 05:19:19PM +0100, Joerg Roedel (joerg.roedel@....com) wrote:
+static int prealloc_memory(u32 num_entries)
> +{
> + struct dma_debug_entry *entry, *next_entry;
> + int i;
> +
> + for (i = 0; i < num_entries; ++i) {
> + entry = kmalloc(sizeof(*entry), GFP_KERNEL | __GFP_ZERO);
kzalloc?
--
Evgeniy Polyakov
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists