aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/cpu
diff options
context:
space:
mode:
authorAndrew Cooper <andrew.cooper3@citrix.com>2013-07-17 08:45:20 +0200
committerJan Beulich <jbeulich@suse.com>2013-07-17 08:45:20 +0200
commit85047d9e4f4afeb73bca1e98f705a2f4f1d51c03 (patch)
tree9b9d9eb0ee50a607f03a3a7d5c134c5f2eb9e859 /xen/arch/x86/cpu
parent5d0ca62156d734a757656b9bcb6bf17ee76d37b4 (diff)
downloadxen-85047d9e4f4afeb73bca1e98f705a2f4f1d51c03.tar.gz
xen-85047d9e4f4afeb73bca1e98f705a2f4f1d51c03.tar.bz2
xen-85047d9e4f4afeb73bca1e98f705a2f4f1d51c03.zip
x86/cpuidle: Change logging for unknown APIC IDs
Dom0 uses this hypercall to pass ACPI information to Xen. It is not very uncommon for more cpus to be listed in the ACPI tables than are present on the system, particularly on systems with a common BIOS for a 2 and 4 socket server varients. As Dom0 does not control the number of entries in the ACPI tables, and is required to pass everything it finds to Xen, change the logging. There is now an single unconditional warning for the first unknown ID, and further warnings if "cpuinfo" is requested by the user on the command line. Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Diffstat (limited to 'xen/arch/x86/cpu')
-rw-r--r--xen/arch/x86/cpu/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/arch/x86/cpu/common.c b/xen/arch/x86/cpu/common.c
index 5e8a75848e..24c3dd89ac 100644
--- a/xen/arch/x86/cpu/common.c
+++ b/xen/arch/x86/cpu/common.c
@@ -63,7 +63,7 @@ static struct cpu_dev default_cpu = {
};
static struct cpu_dev * this_cpu = &default_cpu;
-bool_t __cpuinitdata opt_cpu_info;
+bool_t opt_cpu_info;
boolean_param("cpuinfo", opt_cpu_info);
int __cpuinit get_model_name(struct cpuinfo_x86 *c)