Re: 2.6.12-rc3-mm2

From: Rogério Brito
Date: Mon May 02 2005 - 03:35:38 EST


On May 02 2005, Benjamin Herrenschmidt wrote:
> > - pte_unmap(pte);
> > + pte_unmap((void *)pte);
> > }
> >
> > static void smaps_pmd_range(pud_t *pud,
>
> This is unrelated, and shouldn't be necessary. I don't lile patches that
> defeat typechecking. Of pte isn't a pte_t *, then something is wrong.

I just changed this to ptep (without the cast) and the kernel has been
successfully compiled. I will test it tomorrow morning.


Thanks for all the help, Rogério.

--
Rogério Brito : rbrito@xxxxxxxxxx : http://www.ime.usp.br/~rbrito
Homepage of the algorithms package : http://algorithms.berlios.de
Homepage on freshmeat: http://freshmeat.net/projects/algorithms/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/