mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
ppc: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Cédric Le Goater <clg@kaod.org>
This commit is contained in:
parent
4907644841
commit
e6a19a6477
15 changed files with 30 additions and 30 deletions
|
@ -14,7 +14,7 @@ enum {
|
|||
OPENPIC_OUTPUT_INT = 0, /* IRQ */
|
||||
OPENPIC_OUTPUT_CINT, /* critical IRQ */
|
||||
OPENPIC_OUTPUT_MCK, /* Machine check event */
|
||||
OPENPIC_OUTPUT_DEBUG, /* Inconditional debug event */
|
||||
OPENPIC_OUTPUT_DEBUG, /* Unconditional debug event */
|
||||
OPENPIC_OUTPUT_RESET, /* Core reset event */
|
||||
OPENPIC_OUTPUT_NB,
|
||||
};
|
||||
|
|
|
@ -193,7 +193,7 @@ struct SpaprMachineState {
|
|||
SpaprResizeHpt resize_hpt;
|
||||
void *htab;
|
||||
uint32_t htab_shift;
|
||||
uint64_t patb_entry; /* Process tbl registed in H_REGISTER_PROC_TBL */
|
||||
uint64_t patb_entry; /* Process tbl registered in H_REGISTER_PROC_TBL */
|
||||
SpaprPendingHpt *pending_hpt; /* in-progress resize */
|
||||
|
||||
hwaddr rma_size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue