diff options
Diffstat (limited to 'sysdeps/x86/dl-procinfo.h')
-rw-r--r-- | sysdeps/x86/dl-procinfo.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/x86/dl-procinfo.h b/sysdeps/x86/dl-procinfo.h index b2184b8f5d..1aa6bad67a 100644 --- a/sysdeps/x86/dl-procinfo.h +++ b/sysdeps/x86/dl-procinfo.h @@ -26,8 +26,5 @@ /* Start at 48 to reserve spaces for hardware capabilities. */ #define _DL_FIRST_PLATFORM 48 -/* Mask to filter out platforms. */ -#define _DL_HWCAP_PLATFORM (((1ULL << _DL_PLATFORMS_COUNT) - 1) \ - << _DL_FIRST_PLATFORM) #endif /* dl-procinfo.h */ |