Date: Mon, 13 Oct 2008 17:52:41 +0000 (UTC) From: Robert Noland <rnoland@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/drm drm_linux_list.h Message-ID: <200810131752.m9DHqw90036038@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rnoland 2008-10-13 17:52:41 UTC FreeBSD src repository Modified files: sys/dev/drm drm_linux_list.h Log: SVN rev 183832 on 2008-10-13 17:52:41Z by rnoland The linux list compat code had an error which prevented list_for_each_safe() from operating on a list with a single item. This code is used much more by the i915 driver with xorg-7.4. Correct it to match the actual linux implementation. Approved by: jhb (mentor) Revision Changes Path 1.5 +2 -2 src/sys/dev/drm/drm_linux_list.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810131752.m9DHqw90036038>