mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
ppc/: fix some comment spelling errors
I found that there are many spelling errors in the comments of qemu/target/ppc. I used spellcheck to check the spelling errors and found some errors in the folder. Signed-off-by: zhaolichang <zhaolichang@huawei.com> Reviewed-by: David Edmondson <david.edmondson@oracle.com> Message-Id: <20201009064449.2336-3-zhaolichang@huawei.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Greg Kurz <groug@kaod.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
a4e3a7c02b
commit
136fbf654d
9 changed files with 14 additions and 14 deletions
|
@ -231,7 +231,7 @@ static inline void powerpc_excp(PowerPCCPU *cpu, int excp_model, int excp)
|
|||
}
|
||||
|
||||
/*
|
||||
* Exception targetting modifiers
|
||||
* Exception targeting modifiers
|
||||
*
|
||||
* LPES0 is supported on POWER7/8/9
|
||||
* LPES1 is not supported (old iSeries mode)
|
||||
|
@ -1015,7 +1015,7 @@ static void ppc_hw_interrupt(CPUPPCState *env)
|
|||
* This means we will incorrectly execute past the power management
|
||||
* instruction instead of triggering a reset.
|
||||
*
|
||||
* It generally means a discrepancy between the wakup conditions in the
|
||||
* It generally means a discrepancy between the wakeup conditions in the
|
||||
* processor has_work implementation and the logic in this function.
|
||||
*/
|
||||
cpu_abort(env_cpu(env),
|
||||
|
@ -1191,7 +1191,7 @@ void helper_rfi(CPUPPCState *env)
|
|||
void helper_rfid(CPUPPCState *env)
|
||||
{
|
||||
/*
|
||||
* The architeture defines a number of rules for which bits can
|
||||
* The architecture defines a number of rules for which bits can
|
||||
* change but in practice, we handle this in hreg_store_msr()
|
||||
* which will be called by do_rfi(), so there is no need to filter
|
||||
* here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue