aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTony Luck <tony.luck@intel.com>2006-02-15 15:17:57 -0800
committerTony Luck <tony.luck@intel.com>2006-02-15 15:17:57 -0800
commit72166c35f0e15e5081e51304de48e73f8fdf5498 (patch)
tree0515dfa0fc442f92ecbb9add2bc53ca86016a8d6 /include
parent[IA64] support panic_on_oops sysctl (diff)
parent[IA64] Count disabled cpus as potential hot-pluggable CPUs (diff)
downloadlinux-dev-72166c35f0e15e5081e51304de48e73f8fdf5498.tar.xz
linux-dev-72166c35f0e15e5081e51304de48e73f8fdf5498.zip
Pull fix-cpu-possible-map into release branch
Diffstat (limited to 'include')
-rw-r--r--include/asm-ia64/acpi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-ia64/acpi.h b/include/asm-ia64/acpi.h
index 3a544ffc5008..f7a517654308 100644
--- a/include/asm-ia64/acpi.h
+++ b/include/asm-ia64/acpi.h
@@ -106,6 +106,8 @@ extern unsigned int can_cpei_retarget(void);
extern unsigned int is_cpu_cpei_target(unsigned int cpu);
extern void set_cpei_target_cpu(unsigned int cpu);
extern unsigned int get_cpei_target_cpu(void);
+extern void prefill_possible_map(void);
+extern int additional_cpus;
#ifdef CONFIG_ACPI_NUMA
/* Proximity bitmap length; _PXM is at most 255 (8 bit)*/