On Sat, May 1, 2010 at 11:44 PM, Ohad Ben-Cohen <ohad@xxxxxxxxxx> wrote: > Every time the MM application calls proc_map to map > a memory area, remember the details of that mapping, > together with the related page structures. > > Signed-off-by: Ohad Ben-Cohen <ohad@xxxxxxxxxx> > --- > If you want, you can also reach me at < ohadb at ti dot com >. > @@ -948,6 +949,7 @@ static dsp_status bridge_dev_create(OUT struct wmd_dev_context **ppDevContext, > status = DSP_EMEMORY; > goto func_end; > } > + > status = cfg_get_host_resources((struct cfg_devnode *) > drv_get_first_dev_extension(), > &resources); Completely unrelated change. Moreover, this creates conflicts on future commits since that code is gone. -- Felipe Contreras -- 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