From 05502548e9391dd98c1688929d779d5749730369 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 1 Jul 2014 10:20:14 -0700 Subject: Always provide HP_SMALL_TIMING_AVAIL --- sysdeps/x86_64/hp-timing.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/x86_64') diff --git a/sysdeps/x86_64/hp-timing.h b/sysdeps/x86_64/hp-timing.h index 89501fc3f4..2d71f70967 100644 --- a/sysdeps/x86_64/hp-timing.h +++ b/sysdeps/x86_64/hp-timing.h @@ -21,6 +21,7 @@ /* We always assume having the timestamp register. */ #define HP_TIMING_AVAIL (1) +#define HP_SMALL_TIMING_AVAIL (1) /* We indeed have inlined functions. */ #define HP_TIMING_INLINE (1) -- cgit 1.4.1