diff options
Diffstat (limited to 'sysdeps/x86_64/hp-timing.c')
-rw-r--r-- | sysdeps/x86_64/hp-timing.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/x86_64/hp-timing.c b/sysdeps/x86_64/hp-timing.c new file mode 100644 index 0000000000..289ca4c3c4 --- /dev/null +++ b/sysdeps/x86_64/hp-timing.c @@ -0,0 +1,2 @@ +/* We can use the i686 implementation without changes. */ +#include <sysdeps/i386/i686/hp-timing.c> |