aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2015-02-18 14:57:27 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-02-18 15:39:11 +1100
commit0aecda9cb221649e184fdfb9c9cb11be37d60f51 (patch)
tree097bff67bab5361e05610d09149dd2fc4cef0b69 /include
parent741c531315b3deb2472221383200aacadd197f85 (diff)
downloadskiboot-0aecda9cb221649e184fdfb9c9cb11be37d60f51.zip
skiboot-0aecda9cb221649e184fdfb9c9cb11be37d60f51.tar.gz
skiboot-0aecda9cb221649e184fdfb9c9cb11be37d60f51.tar.bz2
chiptod: Remove fallback to master CPU
If the chiptod is not in the device-tree, we must fail, the old OPAL mode isn't supported anymore Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include')
-rw-r--r--include/chiptod.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/chiptod.h b/include/chiptod.h
index 2117fa8..e0490b6 100644
--- a/include/chiptod.h
+++ b/include/chiptod.h
@@ -21,8 +21,7 @@
* time base across the fabric.
*/
-extern void chiptod_init(u32 master_cpu);
-
+extern void chiptod_init(void);
extern bool chiptod_wakeup_resync(void);
extern int chiptod_recover_tb_errors(void);