On Thu, 2010-04-08 at 18:43 -0500, Gomez Castellanos, Ivan wrote: > From 0306e1ff7c9160dbc5eb9fffcd789a40bea0debb Mon Sep 17 00:00:00 2001 > From: Ivan Gomez Castellanos <ivan.gomez@xxxxxx> > Date: Fri, 19 Mar 2010 16:43:26 -0600 > Subject: [PATCH 01/13] DSPBRIDGE: Replace mem_calloc() by kzalloc() or __vmalloc() > > This is needed because the file drivers/dsp/bridge/services/mem.c > is going to be deleted. The changes should be as follows: > > mem_calloc(x, MEM_PAGED) ==> kzalloc(x, GFP_KERNEL) Hi, I guess you noticed by now that you should not assume kzalloc returns "paged" memory? -- Best Regards, Artem Bityutskiy (Артём Битюцкий) -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html