summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2017-06-24 14:17:27 -0500
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-06-26 14:28:58 +1000
commit24726a1f5e41e416b1035f2486870def72a2ce8a (patch)
tree1b99c47c3759581e19b122401183ba9576856f14 /include
parent42f9a14f9579db6f90e52b158ab859508b14cc02 (diff)
downloadblackbird-skiboot-24726a1f5e41e416b1035f2486870def72a2ce8a.tar.gz
blackbird-skiboot-24726a1f5e41e416b1035f2486870def72a2ce8a.zip
cpu: Rework HILE change
Create a more generic helper for changing HID0 bits on all processors. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include')
-rw-r--r--include/cpu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/cpu.h b/include/cpu.h
index 0cb6389a..1d19c200 100644
--- a/include/cpu.h
+++ b/include/cpu.h
@@ -48,7 +48,6 @@ struct cpu_thread {
uint32_t server_no;
uint32_t chip_id;
bool is_secondary;
- bool current_hile;
struct cpu_thread *primary;
enum cpu_thread_state state;
struct dt_node *node;
@@ -271,4 +270,6 @@ extern unsigned long __attrconst cpu_stack_top(unsigned int pir);
extern void cpu_idle_job(void);
extern void cpu_idle_delay(unsigned long delay, unsigned long min_pm);
+extern void cpu_fast_reboot_complete(void);
+
#endif /* __CPU_H */
OpenPOWER on IntegriCloud