diff options
author | Richard Henderson <rth@twiddle.net> | 2014-07-01 10:20:14 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2014-07-03 08:38:36 -0700 |
commit | 05502548e9391dd98c1688929d779d5749730369 (patch) | |
tree | 425e4dc640d32ce15d4c870e8222bcdd4c7b9773 /sysdeps/i386 | |
parent | 4052993954d1dcb39cbd478ab59e75fe12903e9c (diff) | |
download | glibc-05502548e9391dd98c1688929d779d5749730369.tar.gz glibc-05502548e9391dd98c1688929d779d5749730369.tar.xz glibc-05502548e9391dd98c1688929d779d5749730369.zip |
Always provide HP_SMALL_TIMING_AVAIL
Diffstat (limited to 'sysdeps/i386')
-rw-r--r-- | sysdeps/i386/i686/hp-timing.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/i386/i686/hp-timing.h b/sysdeps/i386/i686/hp-timing.h index 512efc5bd8..296a839b08 100644 --- a/sysdeps/i386/i686/hp-timing.h +++ b/sysdeps/i386/i686/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) |