mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -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
|
@ -16,7 +16,7 @@
|
|||
* Checks whether the Group A SPR (MMCR0, MMCR2, MMCRA, and the
|
||||
* PMCs) has problem state read access.
|
||||
*
|
||||
* Read acccess is granted for all PMCC values but 0b01, where a
|
||||
* Read access is granted for all PMCC values but 0b01, where a
|
||||
* Facility Unavailable Interrupt will occur.
|
||||
*/
|
||||
static bool spr_groupA_read_allowed(DisasContext *ctx)
|
||||
|
@ -33,7 +33,7 @@ static bool spr_groupA_read_allowed(DisasContext *ctx)
|
|||
* Checks whether the Group A SPR (MMCR0, MMCR2, MMCRA, and the
|
||||
* PMCs) has problem state write access.
|
||||
*
|
||||
* Write acccess is granted for PMCC values 0b10 and 0b11. Userspace
|
||||
* Write access is granted for PMCC values 0b10 and 0b11. Userspace
|
||||
* writing with PMCC 0b00 will generate a Hypervisor Emulation
|
||||
* Assistance Interrupt. Userspace writing with PMCC 0b01 will
|
||||
* generate a Facility Unavailable Interrupt.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue