summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2013-09-09 12:49:19 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2013-09-09 12:49:19 +0000
commit40b0e2de83eaed293efb6d1a6202b71aa813e4af (patch)
tree2be3320476202a4d6b786fcd7355d130c30cf0b2 /sys/powerpc/include
parent9c7a32d39919735caaff636fa621ee0306559f4b (diff)
downloadFreeBSD-src-40b0e2de83eaed293efb6d1a6202b71aa813e4af.zip
FreeBSD-src-40b0e2de83eaed293efb6d1a6202b71aa813e4af.tar.gz
Add hook called when every new processor is brought online -- including the
BSP -- so that platform modules have a chance to add the new CPU to any internal bookkeeping. Approved by: re (kib)
Diffstat (limited to 'sys/powerpc/include')
-rw-r--r--sys/powerpc/include/platform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/powerpc/include/platform.h b/sys/powerpc/include/platform.h
index 48ea0e6..d93088c 100644
--- a/sys/powerpc/include/platform.h
+++ b/sys/powerpc/include/platform.h
@@ -52,6 +52,7 @@ int platform_smp_first_cpu(struct cpuref *);
int platform_smp_next_cpu(struct cpuref *);
int platform_smp_get_bsp(struct cpuref *);
int platform_smp_start_cpu(struct pcpu *);
+void platform_smp_ap_init(void);
const char *installed_platform(void);
void platform_probe_and_attach(void);
OpenPOWER on IntegriCloud