[PATCH 1/3] staging: cxt1e1: Remove useless OS_phystov() and OS_vtophys()

DaeSeok Youn daeseok.youn at gmail.com
Mon Jun 30 05:40:50 UTC 2014


Hi, Greg.

2014-06-30 6:21 GMT+09:00 Greg KH <gregkh at linuxfoundation.org>:
> On Fri, Jun 27, 2014 at 06:52:26PM +0900, Daeseok Youn wrote:
>> OS_phystov()/OS_vtophys() are replaced with __va()/__pa().
>
> No, you should use virt_to_phys() and phys_to_virt() instead of these
> internal macros which might not be correct for all architectures.
OK, I will send this again after changing __pa/__va.
Thanks.

regards,
Daeseok Youn
>
> thanks,
>
> greg k-h


More information about the devel mailing list