[PATCH] default to stub int10 implementation on arm
Daniel Stone
daniel at fooishbar.org
Thu Apr 3 16:34:48 PDT 2014
Hi,
On 3 April 2014 19:57, Rob Clark <robdclark at gmail.com> wrote:
> There should be no reason to need a real int10 implementation on arm,
> and switching to stub is an easy way to fix:
>
> xf86x86emu.c: In function 'xf86Int10ExecSetup':
> xf86x86emu.c:56:9: error: unknown field 'xf_outb' specified in
> initializer
> xf86x86emu.c:57:9: error: unknown field 'xf_outw' specified in
> initializer
> xf86x86emu.c:58:9: error: unknown field 'xf_outl' specified in
> initializer
>
> which is caused by the following in compiler.h:
>
> #define outb xf_outb
> #define outw xf_outw
> #define outl xf_outl
>
> Signed-off-by: Rob Clark <robdclark at gmail.com>
>
Acked-by: Daniel Stone <daniels at collabora.com>
Cheers,
Daniel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg-devel/attachments/20140404/dd0355b2/attachment.html>
More information about the xorg-devel
mailing list