criu/arch
Cyrill Gorcunov de770e023a cpuinfo: x86 -- Rework cpuinfo features fetching
Instead of parsing procfs lets use native cpuid(), it's a way faster.
The dark side is that the kernel may disable some of features via
bootline options even if they are present on hardware but for us
it's fine -- we will be testing hardware cpu for features anyway.

The X86_FEATURE_ bits are gathered from two sources: linux kernel
and cpu specifications.

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2014-10-03 13:26:54 +04:00
..
aarch64 cpuinfo: Drop cpu_set_feature from exporting 2014-10-03 13:23:34 +04:00
arm cpuinfo: Drop cpu_set_feature from exporting 2014-10-03 13:23:34 +04:00
scripts/arm arm: prepare syscall table generation scripts to be shared with AArch64 2014-03-11 22:46:06 +04:00
x86 cpuinfo: x86 -- Rework cpuinfo features fetching 2014-10-03 13:26:54 +04:00