From a75b1e35c542342f3f3bc5c8ecc9c9c9c7a48c49 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Thu, 16 Dec 2021 13:43:38 -0300 Subject: malloc: Use hp-timing on libmemusage Instead of reimplemeting on GETTIME macro. --- sysdeps/ia64/memusage.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'sysdeps/ia64') diff --git a/sysdeps/ia64/memusage.h b/sysdeps/ia64/memusage.h index 3c3a526007..33fd6ec899 100644 --- a/sysdeps/ia64/memusage.h +++ b/sysdeps/ia64/memusage.h @@ -18,12 +18,5 @@ #include #define GETSP() ({ register uintptr_t stack_ptr asm ("%r12"); stack_ptr; }) -#define GETTIME(low, high) \ - { \ - hp_timing_t __now; \ - HP_TIMING_NOW (__now); \ - low = __now & 0xffffffff; \ - high = __now >> 32; \ - } #include -- cgit 1.4.1