PPC: 440EP: Initialize timer
authorAlexander Graf <agraf@suse.de>
Tue, 3 Jan 2012 17:55:38 +0000 (18:55 +0100)
committerAlexander Graf <agraf@suse.de>
Sat, 21 Jan 2012 04:16:59 +0000 (05:16 +0100)
commitd29d3404fc1bb9e47b0e1cdc16218a574fbc2754
treef824913d71941487a35d711cd95d3cde9a3f21f5
parent515689235c4c3d9c3f0406ddcdd21ed8da77062b
PPC: 440EP: Initialize timer

When using TCG with a BookE PowerPC core, we need to explicitly initialize
the BookE timers with the correct frequencies.

This was missing for 440EP, since that code came from KVM and was never used
with TCG.

Signed-off-by: Alexander Graf <agraf@suse.de>
hw/ppc440.c