Skip to content

Commit

Permalink
spapr: fix OF word name in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Kurz <groug@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
  • Loading branch information
gkurz authored and dgibson committed Oct 16, 2017
1 parent 7ff26aa commit dc1b5ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hw/ppc/spapr.c
Expand Up @@ -2334,7 +2334,8 @@ static void ppc_spapr_init(MachineState *machine)
/* Set up Interrupt Controller before we create the VCPUs */
xics_system_init(machine, XICS_IRQS_SPAPR, &error_fatal);

/* Set up containers for ibm,client-set-architecture negotiated options */
/* Set up containers for ibm,client-architecture-support negotiated options
*/
spapr->ov5 = spapr_ovec_new();
spapr->ov5_cas = spapr_ovec_new();

Expand Down

0 comments on commit dc1b5ee

Please sign in to comment.