On Fri, Apr 20, 2018 at 7:42 PM, Mauro Carvalho Chehab
wrote:
> The virt_to_bus/bus_to_virt macros are arch-specific. Some
> archs don't support it. Yet, as it is interesting to allow
> doing compilation tests on non-ia32/ia64 archs, provide a
> fallback for such archs.
>
> While here, enable COMP
Em Tue, 24 Apr 2018 09:55:55 +0200
Arnd Bergmann escreveu:
> On Fri, Apr 20, 2018 at 7:42 PM, Mauro Carvalho Chehab
> wrote:
> > The virt_to_bus/bus_to_virt macros are arch-specific. Some
> > archs don't support it. Yet, as it is interesting to allow
> > doing compilation tests on non-ia32/ia64
Hi Mauro,
On Fri, Apr 20, 2018 at 7:42 PM, Mauro Carvalho Chehab
wrote:
> The virt_to_bus/bus_to_virt macros are arch-specific. Some
> archs don't support it. Yet, as it is interesting to allow
> doing compilation tests on non-ia32/ia64 archs, provide a
> fallback for such archs.
>
> While here,