about summary refs log tree commit diff
path: root/sysdeps/ia64
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/ia64
parent4052993954d1dcb39cbd478ab59e75fe12903e9c (diff)
downloadglibc-05502548e9391dd98c1688929d779d5749730369.tar.gz
glibc-05502548e9391dd98c1688929d779d5749730369.tar.xz
glibc-05502548e9391dd98c1688929d779d5749730369.zip
Always provide HP_SMALL_TIMING_AVAIL
Diffstat (limited to 'sysdeps/ia64')
-rw-r--r--sysdeps/ia64/hp-timing.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/ia64/hp-timing.h b/sysdeps/ia64/hp-timing.h
index 3d441ff1ad..8f19b4138c 100644
--- a/sysdeps/ia64/hp-timing.h
+++ b/sysdeps/ia64/hp-timing.h
@@ -22,6 +22,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)