diff options
author | Thomas Huth <thuth@redhat.com> | 2017-01-17 14:37:49 +0100 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2017-01-31 10:10:14 +1100 |
commit | d9d6e78ea82b16a44fca0adf642ca5d5dad429d0 (patch) | |
tree | 3a2ba76198fcba389f577457566f773257a10a01 /hw/ppc/ppc.c | |
parent | 216c944eebdcbc428beecd3b5aa53d4c5b81d682 (diff) | |
download | qemu-d9d6e78ea82b16a44fca0adf642ca5d5dad429d0.zip qemu-d9d6e78ea82b16a44fca0adf642ca5d5dad429d0.tar.gz qemu-d9d6e78ea82b16a44fca0adf642ca5d5dad429d0.tar.bz2 |
ppc: Remove unused function cpu_ppc601_rtc_init()
It is completely unused, thus it can be removed without problems.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'hw/ppc/ppc.c')
-rw-r--r-- | hw/ppc/ppc.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/hw/ppc/ppc.c b/hw/ppc/ppc.c index 8945869..f9a4b51 100644 --- a/hw/ppc/ppc.c +++ b/hw/ppc/ppc.c @@ -950,13 +950,6 @@ clk_setup_cb cpu_ppc_tb_init (CPUPPCState *env, uint32_t freq) } /* Specific helpers for POWER & PowerPC 601 RTC */ -#if 0 -static clk_setup_cb cpu_ppc601_rtc_init (CPUPPCState *env) -{ - return cpu_ppc_tb_init(env, 7812500); -} -#endif - void cpu_ppc601_store_rtcu (CPUPPCState *env, uint32_t value) { _cpu_ppc_store_tbu(env, value); |