public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs: kvm: fix register ID for SPSR_FIQ
@ 2023-04-10 12:19 Takahiro Itazuri
  0 siblings, 0 replies; only message in thread
From: Takahiro Itazuri @ 2023-04-10 12:19 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-doc, kvm, Paolo Bonzini, Jonathan Corbet, Dave Martin,
	Marc Zyngier, Takahiro Itazuri, Takahiro Itazuri

Fix a register ID for SPSR_FIQ as its size is 64-bit.

Fixes: fd3bc912d3d1 ("KVM: Documentation: Document arm64 core registers in detail")
Signed-off-by: Takahiro Itazuri <itazur@amazon.com>
---
 Documentation/virt/kvm/api.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst
index a5c803f39832..65dad2581751 100644
--- a/Documentation/virt/kvm/api.rst
+++ b/Documentation/virt/kvm/api.rst
@@ -2535,7 +2535,7 @@ Specifically:
   0x6030 0000 0010 004a SPSR_ABT    64  spsr[KVM_SPSR_ABT]
   0x6030 0000 0010 004c SPSR_UND    64  spsr[KVM_SPSR_UND]
   0x6030 0000 0010 004e SPSR_IRQ    64  spsr[KVM_SPSR_IRQ]
-  0x6060 0000 0010 0050 SPSR_FIQ    64  spsr[KVM_SPSR_FIQ]
+  0x6030 0000 0010 0050 SPSR_FIQ    64  spsr[KVM_SPSR_FIQ]
   0x6040 0000 0010 0054 V0         128  fp_regs.vregs[0]    [1]_
   0x6040 0000 0010 0058 V1         128  fp_regs.vregs[1]    [1]_
   ...
-- 
2.38.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-04-10 12:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-10 12:19 [PATCH] docs: kvm: fix register ID for SPSR_FIQ Takahiro Itazuri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox