aboutsummaryrefslogtreecommitdiff
path: root/include/skiboot.h
diff options
context:
space:
mode:
authorShilpasri G Bhat <shilpa.bhat@linux.vnet.ibm.com>2015-10-20 11:06:45 +0530
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-10-30 14:46:08 +1100
commitb5d4978b3fc525d01dcdc74266e8dcf3615fdaa3 (patch)
tree3b5a714610b5a8972000e009cefb3ad177a1a63e /include/skiboot.h
parent9677b85387c18429ab73e621ac033adeb34f9d80 (diff)
downloadskiboot-b5d4978b3fc525d01dcdc74266e8dcf3615fdaa3.zip
skiboot-b5d4978b3fc525d01dcdc74266e8dcf3615fdaa3.tar.gz
skiboot-b5d4978b3fc525d01dcdc74266e8dcf3615fdaa3.tar.bz2
slw: Move add_cpu_idle_state_properties() to add_opal_node()
05f52a8dd7c7e402896e049fd24f83d56b70aff4 core: Setup the OPAL DT node before platform probe add_cpu_idle_state_properties() was made local to slw.c in the above commit which caused p7 systems to not populate the nap idle state in DT. So moving add_cpu_idle_state_properties() to add_opal_node to fix this bug. Reported-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Shilpasri G Bhat <shilpa.bhat@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include/skiboot.h')
-rw-r--r--include/skiboot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/skiboot.h b/include/skiboot.h
index 18db6cf..e26ad2e 100644
--- a/include/skiboot.h
+++ b/include/skiboot.h
@@ -207,6 +207,7 @@ extern void uart_init(bool enable_interrupt);
extern void homer_init(void);
extern void occ_pstates_init(void);
extern void slw_init(void);
+extern void add_cpu_idle_state_properties(void);
extern void occ_fsp_init(void);
extern void lpc_rtc_init(void);