]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: PPC: E500: Compile fix in this_cpu_write
authorAlexander Graf <agraf@suse.de>
Thu, 18 Dec 2014 09:17:08 +0000 (10:17 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 19 Dec 2014 00:02:26 +0000 (16:02 -0800)
commit1ef713c2e9e9633706bda8f7b80d2bd82050a54e
treeaf895772188dcc76756d7623a3c871cc352a68f6
parent4901e8e7932ff30e173114a3384e059fc7fc531b
KVM: PPC: E500: Compile fix in this_cpu_write

Commit 661cc3c31ffb ("powerpc: Replace __get_cpu_var uses") introduced
compile breakage to the e500 target by introducing invalid automatically
created C syntax.

Fix up the breakage and make the code compile again.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/powerpc/kvm/e500.c