Skip to content

Commit

Permalink
spapr: Fix typo in the patb_entry comment
Browse files Browse the repository at this point in the history
There is no H_REGISTER_PROCESS_TABLE, it is H_REGISTER_PROC_TBL handler
for which is still called h_register_process_table() though.

Signed-off-by: Alexey Kardashevskiy <[email protected]>
Message-Id: <[email protected]>
Reviewed-by: Daniel Henrique Barboza <[email protected]>
Signed-off-by: David Gibson <[email protected]>
  • Loading branch information
aik authored and dgibson committed Mar 31, 2021
1 parent df2d7ca commit a40888b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/hw/ppc/spapr.h
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ struct SpaprMachineState {
SpaprResizeHpt resize_hpt;
void *htab;
uint32_t htab_shift;
uint64_t patb_entry; /* Process tbl registed in H_REGISTER_PROCESS_TABLE */
uint64_t patb_entry; /* Process tbl registed in H_REGISTER_PROC_TBL */
SpaprPendingHpt *pending_hpt; /* in-progress resize */

hwaddr rma_size;
Expand Down

0 comments on commit a40888b

Please sign in to comment.