Skip to content

Commit a40888b

Browse files
aikdgibson
authored andcommitted
spapr: Fix typo in the patb_entry comment
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 <aik@ozlabs.ru> Message-Id: <20210225032335.64245-1-aik@ozlabs.ru> Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
1 parent df2d7ca commit a40888b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/hw/ppc/spapr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ struct SpaprMachineState {
168168
SpaprResizeHpt resize_hpt;
169169
void *htab;
170170
uint32_t htab_shift;
171-
uint64_t patb_entry; /* Process tbl registed in H_REGISTER_PROCESS_TABLE */
171+
uint64_t patb_entry; /* Process tbl registed in H_REGISTER_PROC_TBL */
172172
SpaprPendingHpt *pending_hpt; /* in-progress resize */
173173

174174
hwaddr rma_size;

0 commit comments

Comments
 (0)