[PATCH,HURD] Fix use of deprecated iopl device

Samuel Thibault samuel.thibault at ens-lyon.org
Fri Aug 13 03:37:22 PDT 2010


olafBuddenhagen at gmx.net, le Tue 10 Aug 2010 00:02:58 +0200, a écrit :
> > -    mach_port_t device,iopl_dev;
> > -    memory_object_t iopl_mem;
> > +    mach_port_t device,mem_dev;
> > +    memory_object_t mem_mem;
> 
> mem_mem is a rather weird variable name. Perhaps you could rename it to
> something clearer? Maybe mem_object...

Well, from the point of view of Xorg, it is a device which gets mapped,
even if inside gnumach it is called an object.

Samuel


More information about the xorg-devel mailing list