> It hides the value conversion from the compiler through asm()
Yes, indeed. But for what? __pa_symbol() is just used to get the address
of some linker symbols in forms of unsigned long which has same bit
representation as pointer in x86 (and all supported archs). So do we
still need it or am I missing something?
--
Regards,
Namhyung Kim
--