about summary refs log tree commit diff
path: root/sysdeps/x86_64
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2014-07-01 10:20:14 -0700
committerRichard Henderson <rth@twiddle.net>2014-07-03 08:38:36 -0700
commit05502548e9391dd98c1688929d779d5749730369 (patch)
tree425e4dc640d32ce15d4c870e8222bcdd4c7b9773 /sysdeps/x86_64
parent4052993954d1dcb39cbd478ab59e75fe12903e9c (diff)
downloadglibc-05502548e9391dd98c1688929d779d5749730369.tar.gz
glibc-05502548e9391dd98c1688929d779d5749730369.tar.xz
glibc-05502548e9391dd98c1688929d779d5749730369.zip
Always provide HP_SMALL_TIMING_AVAIL
Diffstat (limited to 'sysdeps/x86_64')
-rw-r--r--sysdeps/x86_64/hp-timing.h1
1 files changed, 1 insertions, 0 deletions
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)