Ingo Schwarze wrote: > Mark Kettenis wrote on Fri, Sep 25, 2015 at 02:27:52PM -0600: > > > CVSROOT: /cvs > > Module name: src > > Changes by: [email protected] 2015/09/25 14:27:52 > > > > Modified files: > > sys/dev/pci/drm: drm_linux.h > > > > Log message: > > Apparently 0 is not a power of 2 (despite <sys/param.h> claiming that it > > is). > > Fixes inteldrm(4) on the GM45 chipset. > > Heh. It also claims that INT_MIN is a power of 2, which isn't true either...
i think you're supposed to use it on unsigned types, for which that is true.

