Searched hist:ac85fe8b21248054851e05bfaa352562e5b06dd3 (Results 1 – 2 of 2) sorted by relevance
/linux/arch/sparc/include/asm/ |
H A D | elf_64.h | diff ac85fe8b21248054851e05bfaa352562e5b06dd3 Fri Jul 29 08:31:26 CEST 2011 David S. Miller <davem@davemloft.net> sparc: Sanitize cpu feature detection and reporting.
Instead of evaluating the cpu features for ELF_HWCAP every exec, calculate it once at boot time.
Add AV_SPARC_* capability flag bits, compatible with what Solaris reports to applications.
Report these capabilities once in the kernel log, and also via /proc/cpuinfo in a new "cpucaps" entry.
If available, fetch the cpu features from the machine description 'hwcap-list' property of the 'cpu' node.
Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/arch/sparc/kernel/ |
H A D | cpu.c | diff ac85fe8b21248054851e05bfaa352562e5b06dd3 Fri Jul 29 08:31:26 CEST 2011 David S. Miller <davem@davemloft.net> sparc: Sanitize cpu feature detection and reporting.
Instead of evaluating the cpu features for ELF_HWCAP every exec, calculate it once at boot time.
Add AV_SPARC_* capability flag bits, compatible with what Solaris reports to applications.
Report these capabilities once in the kernel log, and also via /proc/cpuinfo in a new "cpucaps" entry.
If available, fetch the cpu features from the machine description 'hwcap-list' property of the 'cpu' node.
Signed-off-by: David S. Miller <davem@davemloft.net>
|