<div dir="ltr">Hi,<div class="gmail_extra"><br><div class="gmail_quote">On 3 April 2014 19:57, Rob Clark <span dir="ltr"><<a href="mailto:robdclark@gmail.com" target="_blank">robdclark@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">There should be no reason to need a real int10 implementation on arm,<br>
and switching to stub is an easy way to fix:<br>
<br>
  xf86x86emu.c: In function 'xf86Int10ExecSetup':<br>
  xf86x86emu.c:56:9: error: unknown field 'xf_outb' specified in initializer<br>
  xf86x86emu.c:57:9: error: unknown field 'xf_outw' specified in initializer<br>
  xf86x86emu.c:58:9: error: unknown field 'xf_outl' specified in initializer<br>
<br>
which is caused by the following in compiler.h:<br>
<br>
  #define outb xf_outb<br>
  #define outw xf_outw<br>
  #define outl xf_outl<br>
<br>
Signed-off-by: Rob Clark <<a href="mailto:robdclark@gmail.com">robdclark@gmail.com</a>><br></blockquote><div><br></div><div>Acked-by: Daniel Stone <<a href="mailto:daniels@collabora.com">daniels@collabora.com</a>></div>
<div><br></div><div>Cheers,</div><div>Daniel </div></div></div></div>