summaryrefslogtreecommitdiff
path: root/i386/i386/model_dep.h
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386/model_dep.h')
-rw-r--r--i386/i386/model_dep.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/i386/i386/model_dep.h b/i386/i386/model_dep.h
index 54aa1ec7..711f07fd 100644
--- a/i386/i386/model_dep.h
+++ b/i386/i386/model_dep.h
@@ -50,4 +50,9 @@ extern void halt_cpu (void) __attribute__ ((noreturn));
*/
extern void halt_all_cpus (boolean_t reboot) __attribute__ ((noreturn));
+/*
+ * Make cpu pause a bit.
+ */
+extern void machine_relax (void);
+
#endif /* _I386AT_MODEL_DEP_H_ */