diff options
Diffstat (limited to 'linux-user')
-rw-r--r-- | linux-user/elfload.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/linux-user/elfload.c b/linux-user/elfload.c index 5a0d3d41c9..2727222c3f 100644 --- a/linux-user/elfload.c +++ b/linux-user/elfload.c @@ -480,15 +480,6 @@ static uint32_t get_elf_hwcap(void) } /* - * We need to put in some extra aux table entries to tell glibc what - * the cache block size is, so it can use the dcbz instruction safely. - */ -#define AT_DCACHEBSIZE 19 -#define AT_ICACHEBSIZE 20 -#define AT_UCACHEBSIZE 21 -/* A special ignored type value for PPC, for glibc compatibility. */ -#define AT_IGNOREPPC 22 -/* * The requirements here are: * - keep the final alignment of sp (sp & 0xf) * - make sure the 32-bit value at the first 16 byte aligned position of |