CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2010/05/25 11:30:53
Modified files: sys/dev/pci/drm: i915_drv.c Log message: Having just calculated which sequence number we wish to wait for (so that in the reading-only case we need only wait for all gpu writes to be done and flushed), don't then wait for the full seqno anyway. Found by Clang's static analyser where it flagged a dead store to the seqno variable.