Page MenuHomeFreeBSD

D45504.diff
No OneTemporary

D45504.diff

diff --git a/sys/dev/drm2/drm_os_freebsd.h b/sys/dev/drm2/drm_os_freebsd.h
--- a/sys/dev/drm2/drm_os_freebsd.h
+++ b/sys/dev/drm2/drm_os_freebsd.h
@@ -297,13 +297,6 @@
}
#endif
-static inline unsigned long
-ilog2(unsigned long x)
-{
-
- return (flsl(x) - 1);
-}
-
int64_t timeval_to_ns(const struct timeval *tv);
struct timeval ns_to_timeval(const int64_t nsec);

File Metadata

Mime Type
text/plain
Expires
Mon, Jan 20, 7:14 AM (20 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15975560
Default Alt Text
D45504.diff (373 B)

Event Timeline