[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <53E0AB44.90804@imgtec.com>
Date: Tue, 5 Aug 2014 11:00:36 +0100
From: James Hogan <james.hogan@...tec.com>
To: Stephen Rothwell <sfr@...b.auug.org.au>,
Alexander Graf <agraf@...e.de>,
Marcelo Tosatti <mtosatti@...hat.com>,
Gleb Natapov <gleb@...nel.org>
CC: <linux-next@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
"Paolo Bonzini" <pbonzini@...hat.com>,
Alexey Kardashevskiy <aik@...abs.ru>
Subject: Re: linux-next: manual merge of the kvm-ppc tree with the kvm tree
Hi Stephen,
On 04/08/14 09:04, Stephen Rothwell wrote:
> + PPC | KVM_REG_PPC_LPCR | 64
I think due to a0840240c0c6 this one should be s/64/32/.
> ++ PPC | KVM_REG_PPC_LPCR_64 | 64
And I suppose it'd be nice to replace tabs with spaces for consistency
(since that's one of the things bf5590f37919 did).
How about this fixup patch?
Cheers
James
diff --git a/Documentation/virtual/kvm/api.txt b/Documentation/virtual/kvm/api.txt
index dc226e1867e1..2863f02b0efb 100644
--- a/Documentation/virtual/kvm/api.txt
+++ b/Documentation/virtual/kvm/api.txt
@@ -1895,8 +1895,8 @@ registers, find a list below:
PPC | KVM_REG_PPC_PID | 64
PPC | KVM_REG_PPC_ACOP | 64
PPC | KVM_REG_PPC_VRSAVE | 32
- PPC | KVM_REG_PPC_LPCR | 64
- PPC | KVM_REG_PPC_LPCR_64 | 64
+ PPC | KVM_REG_PPC_LPCR | 32
+ PPC | KVM_REG_PPC_LPCR_64 | 64
PPC | KVM_REG_PPC_PPR | 64
PPC | KVM_REG_PPC_ARCH_COMPAT | 32
PPC | KVM_REG_PPC_DABRX | 32
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists