diff options
Diffstat (limited to 'hw/ppc/spapr.c')
-rw-r--r-- | hw/ppc/spapr.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/ppc/spapr.c b/hw/ppc/spapr.c index 7a1b8c6f45..cb0e54b69e 100644 --- a/hw/ppc/spapr.c +++ b/hw/ppc/spapr.c @@ -1491,6 +1491,9 @@ static void ppc_spapr_init(MachineState *machine) /* Set up EPOW events infrastructure */ spapr_events_init(spapr); + /* Set up the RTC RTAS interfaces */ + spapr_rtc_init(); + /* Set up VIO bus */ spapr->vio_bus = spapr_vio_bus_init(); |