x86: detect and initialize Intel CAT feature
authorChao Peng <chao.p.peng@linux.intel.com>
Tue, 7 Jul 2015 13:43:33 +0000 (15:43 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 7 Jul 2015 13:43:33 +0000 (15:43 +0200)
commit65a399acae1ae3065346f93717443676564bb2e5
tree6dcefbea6e376c7eb4bede7fdc07db9c97f323ad
parent4824bdfdabebd4042277461cb3cbefa61c624804
x86: detect and initialize Intel CAT feature

Detect Intel Cache Allocation Technology(CAT) feature and store the
cpuid information for later use. Currently only L3 cache allocation is
supported. The L3 CAT features may vary among sockets so per-socket
feature information is stored. The initialization can happen either at
boot time or when CPU(s) is hot plugged after booting.

Signed-off-by: Chao Peng <chao.p.peng@linux.intel.com>
Use -1 as notifier priority. Fix typos.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
docs/misc/xen-command-line.markdown
xen/arch/x86/psr.c
xen/include/asm-x86/cpufeature.h
xen/include/asm-x86/psr.h