diff options
Diffstat (limited to 'arch/mips/include/asm/elf.h')
-rw-r--r-- | arch/mips/include/asm/elf.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/mips/include/asm/elf.h b/arch/mips/include/asm/elf.h index 7a6a35dbe529..e53d7bed5cda 100644 --- a/arch/mips/include/asm/elf.h +++ b/arch/mips/include/asm/elf.h | |||
@@ -334,14 +334,14 @@ extern int dump_task_fpu(struct task_struct *, elf_fpregset_t *); | |||
334 | 334 | ||
335 | #define ELF_HWCAP (0) | 335 | #define ELF_HWCAP (0) |
336 | 336 | ||
337 | /* This yields a string that ld.so will use to load implementation | 337 | /* |
338 | specific libraries for optimization. This is more specific in | 338 | * This yields a string that ld.so will use to load implementation |
339 | intent than poking at uname or /proc/cpuinfo. | 339 | * specific libraries for optimization. This is more specific in |
340 | 340 | * intent than poking at uname or /proc/cpuinfo. | |
341 | For the moment, we have only optimizations for the Intel generations, | 341 | */ |
342 | but that could change... */ | ||
343 | 342 | ||
344 | #define ELF_PLATFORM (NULL) | 343 | #define ELF_PLATFORM __elf_platform |
344 | extern const char *__elf_platform; | ||
345 | 345 | ||
346 | /* | 346 | /* |
347 | * See comments in asm-alpha/elf.h, this is the same thing | 347 | * See comments in asm-alpha/elf.h, this is the same thing |