提交 99e4a6dd 编写于 作者: L Lennert Buytenhek 提交者: Russell King

[ARM] 4054/1: ep93xx: add HWCAP_CRUNCH

Add HWCAP_CRUNCH so that the dynamic linker knows whether it can
use Crunch-optimised libraries or not.
Signed-off-by: NLennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 9bcb533c
...@@ -855,6 +855,7 @@ static const char *hwcap_str[] = { ...@@ -855,6 +855,7 @@ static const char *hwcap_str[] = {
"edsp", "edsp",
"java", "java",
"iwmmxt", "iwmmxt",
"crunch",
NULL NULL
}; };
......
...@@ -477,4 +477,8 @@ void __init ep93xx_init_devices(void) ...@@ -477,4 +477,8 @@ void __init ep93xx_init_devices(void)
platform_device_register(&ep93xx_rtc_device); platform_device_register(&ep93xx_rtc_device);
platform_device_register(&ep93xx_ohci_device); platform_device_register(&ep93xx_ohci_device);
#ifdef CONFIG_CRUNCH
elf_hwcap |= HWCAP_CRUNCH;
#endif
} }
...@@ -52,6 +52,7 @@ typedef struct user_fp elf_fpregset_t; ...@@ -52,6 +52,7 @@ typedef struct user_fp elf_fpregset_t;
#define HWCAP_EDSP 128 #define HWCAP_EDSP 128
#define HWCAP_JAVA 256 #define HWCAP_JAVA 256
#define HWCAP_IWMMXT 512 #define HWCAP_IWMMXT 512
#define HWCAP_CRUNCH 1024
#ifdef __KERNEL__ #ifdef __KERNEL__
#ifndef __ASSEMBLY__ #ifndef __ASSEMBLY__
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册