Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

paddr_t change to 64-bits



Hi

the recent change to arch/i386/include/types.h which forces paddr_t to be
64-bits for userland has (I think) broken my xserver which passes a
structure agp_allocate with ioctl which contains a paddr_t. The kernel is
expecting this to be 32-bits but the xserver passes 64-bits and the ioctl
is now unrecognized (as the size is embedded in the cmd value)

iain



Home | Main Index | Thread Index | Old Index