summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-12-09 17:25:19 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2011-12-09 17:25:19 +0000
commit1c202cc0746541b541d0af22eab5c9798d229a69 (patch)
tree0a46e0b757034c59f231a63551bc08308133c36c
parentc51626ccb660c777da8d84bb425de0d590864448 (diff)
sna: s/MONOTONICE/MONOTONIC/
A late addition to be flexible for compiling on different systems heralded its doom. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r--src/sna/sna_accel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sna/sna_accel.c b/src/sna/sna_accel.c
index c55ad7df..b6a5626a 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++)