git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
debf27d
)
KVM: PPC: Book3S: Move vcore definition to end of kvm_arch struct
author
Alexander Graf
<agraf@suse.de>
Fri, 4 Jul 2014 10:52:51 +0000
(12:52 +0200)
committer
Alexander Graf
<agraf@suse.de>
Mon, 28 Jul 2014 13:22:27 +0000
(15:22 +0200)
When building KVM with a lot of vcores (NR_CPUS is big), we can potentially
get out of the ld immediate range for dereferences inside that struct.
Move the array to the end of our kvm_arch struct. This fixes compilation
issues with NR_CPUS=2048 for me.
Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/include/asm/kvm_host.h
patch
|
blob
|
history
diff --cc
arch/powerpc/include/asm/kvm_host.h
Simple merge