From 64f24480050e50ba67582263b5b62ea156b8f4bd Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Tue, 18 Sep 2018 00:27:40 -0500 Subject: Add fast-reboot property to /ibm,opal DT node [ Upstream commit 7c8e1c6f89f3aac77661cfcee75ab515bd053d75 ] this means that if it's permanently disabled on boot, the test suite can pick that up and not try a fast reboot test. Signed-off-by: Stewart Smith --- include/skiboot.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/skiboot.h b/include/skiboot.h index b4bdf37..a1b4894 100644 --- a/include/skiboot.h +++ b/include/skiboot.h @@ -217,6 +217,7 @@ extern int64_t opal_signal_system_reset(int cpu_nr); /* Fast reboot support */ extern void disable_fast_reboot(const char *reason); +extern void add_fast_reboot_dt_entries(void); extern void fast_reboot(void); extern void __noreturn __secondary_cpu_entry(void); extern void __noreturn load_and_boot_kernel(bool is_reboot); -- cgit v1.1