Re: 2.6.12-rc2-mm1

From: Paul Mackerras
Date: Tue Apr 05 2005 - 05:10:42 EST


Christoph Hellwig writes:

> E.g. on my ia64 box CONFIG_COMPAT is set because I have support compiled
> in for running i386 apps. But I don't want dri to hand out 32bit handles
> everywhere just because of that, because I most certainly won't be running
> i386 OpenGL apps.

The handle for a _DRM_SHM area is almost completely arbitrary, why do
you care whether it fits in 32 bits or not? All that matters is that
you can take the handle you get and use it as the offset in an mmap
call. The CONFIG_COMPAT changes don't break 64-bit clients.

Paul.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/