summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/cpu.h
diff options
context:
space:
mode:
authorjhibbits <jhibbits@FreeBSD.org>2014-03-02 02:35:46 +0000
committerjhibbits <jhibbits@FreeBSD.org>2014-03-02 02:35:46 +0000
commitdcd407ef9071ef07736ecd1be03ca30da6c49144 (patch)
tree60821346fb6560d96060375f4cbb9a210c577b7d /sys/powerpc/include/cpu.h
parent5988d7c4c91b052b773b27a3a9db5e86e8045bb7 (diff)
downloadFreeBSD-src-dcd407ef9071ef07736ecd1be03ca30da6c49144.zip
FreeBSD-src-dcd407ef9071ef07736ecd1be03ca30da6c49144.tar.gz
MFC r261309
Unbreak non-SMP builds. This was broken by r259284. Also, reorganize the code introduced in that revision a bit.
Diffstat (limited to 'sys/powerpc/include/cpu.h')
-rw-r--r--sys/powerpc/include/cpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/powerpc/include/cpu.h b/sys/powerpc/include/cpu.h
index d684d68..6ef9882 100644
--- a/sys/powerpc/include/cpu.h
+++ b/sys/powerpc/include/cpu.h
@@ -95,9 +95,9 @@ extern char etext[];
void cpu_halt(void);
void cpu_reset(void);
+void cpu_sleep(void);
+void flush_disable_caches(void);
void fork_trampoline(void);
void swi_vm(void *);
-void flush_disable_caches(void);
-
#endif /* _MACHINE_CPU_H_ */
OpenPOWER on IntegriCloud