CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/08/18 21:36:34
Modified files:
sys/dev/pci/drm/include/linux: log2.h
Log message:
change ilog2() from fls() to __builtin_clz
required for struct initialisation in xe drm driver
