xf86-video-intel: src/sna/sna_accel.c

Chris Wilson ickle at kemper.freedesktop.org
Fri Dec 9 09:29:46 PST 2011


 src/sna/sna_accel.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1c202cc0746541b541d0af22eab5c9798d229a69
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Fri Dec 9 17:25:19 2011 +0000

    sna: s/MONOTONICE/MONOTONIC/
    
    A late addition to be flexible for compiling on different systems
    heralded its doom.
    
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/src/sna/sna_accel.c b/src/sna/sna_accel.c
index c55ad7d..b6a5626 100644
--- a/src/sna/sna_accel.c
+++ b/src/sna/sna_accel.c
@@ -8513,7 +8513,7 @@ static void sna_accel_create_timers(struct sna *sna)
 {
 	int id;
 
-#ifdef CLOCK_MONOTONICE_COARSE
+#ifdef CLOCK_MONOTONIC_COARSE
 	for (id = 0; id < NUM_FINE_TIMERS; id++)
 		sna->timer[id] = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK);
 	for (; id < NUM_TIMERS; id++)


More information about the xorg-commit mailing list