mirror of https://github.com/xemu-project/xemu.git
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>
This commit is contained in:
parent
216c944eeb
commit
d9d6e78ea8
hw/ppc
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue