Explorar o código

Merge master.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6

Linus Torvalds %!s(int64=20) %!d(string=hai) anos
pai
achega
d6e1860312
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      arch/ia64/kernel/topology.c

+ 2 - 0
arch/ia64/kernel/topology.c

@@ -36,12 +36,14 @@ int arch_register_cpu(int num)
 	parent = &sysfs_nodes[cpu_to_node(num)];
 #endif /* CONFIG_NUMA */
 
+#ifdef CONFIG_ACPI_BOOT
 	/*
 	 * If CPEI cannot be re-targetted, and this is
 	 * CPEI target, then dont create the control file
 	 */
 	if (!can_cpei_retarget() && is_cpu_cpei_target(num))
 		sysfs_cpus[num].cpu.no_control = 1;
+#endif
 
 	return register_cpu(&sysfs_cpus[num].cpu, num, parent);
 }