]> git.baikalelectronics.ru Git - kernel.git/commit
sparc: Sanitize cpu feature detection and reporting.
authorDavid S. Miller <davem@davemloft.net>
Fri, 29 Jul 2011 06:31:26 +0000 (23:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Jul 2011 06:31:26 +0000 (23:31 -0700)
commit5e582c25f0bf9e3168f80c197ff904941c1b2620
tree4c666e39ff9383180ea33e1246af5eafaac64954
parente123fddf34fa776842982d0b49dec0aecab2695e
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>
arch/sparc/include/asm/elf_64.h
arch/sparc/kernel/cpu.c
arch/sparc/kernel/kernel.h
arch/sparc/kernel/setup_64.c