Welcome to Soft32 Linux Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

linux-next: manual merge of the kvm tree with Linus' tree

 
   Soft32 Home -> Linux -> Kernel RSS
Next:  Processing of linux-2.6_2.6.18.dfsg.1-26etch1_amd..  
Author Message
Stephen Rothwell

External


Since: Jan 08, 2007
Posts: 70



(Msg. 1) Posted: Thu Nov 05, 2009 7:20 pm
Post subject: linux-next: manual merge of the kvm tree with Linus' tree
Archived from groups: linux>kernel (more info?)

Hi Avi,

Today's linux-next merge of the kvm tree got a conflict in
arch/powerpc/kvm/timing.h between commit
38634e6769920929385f1ffc8820dc3e893cc630 ("powerpc/kvm: Remove
problematic BUILD_BUG_ON statement") from Linus' tree and commit
8976402d633b79683667c44ca8252f9b26eebe71 ("KVM: powerpc: Fix BUILD_BUG_ON
condition") from the kvm tree.

Just context changes. I fixed it up (see below) and can carry it for a
while.
--
Cheers,
Stephen Rothwell sfr.DeleteThis@canb.auug.org.au

diff --cc arch/powerpc/kvm/timing.h
index 806ef67,a550f0f..0000000
--- a/arch/powerpc/kvm/timing.h
+++ b/arch/powerpc/kvm/timing.h
@@@ -48,11 -48,7 +48,11 @@@ static inline void kvmppc_set_exit_type
static inline void kvmppc_account_exit_stat(struct kvm_vcpu *vcpu, int type)
{
/* type has to be known at build time for optimization */
+
+ /* The BUILD_BUG_ON below breaks in funny ways, commented out
+ * for now ... -BenH
- BUILD_BUG_ON(__builtin_constant_p(type));
+ BUILD_BUG_ON(!__builtin_constant_p(type));
+ */
switch (type) {
case EXT_INTR_EXITS:
vcpu->stat.ext_intr_exits++;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo.DeleteThis@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Merge Blackfin-uClinux tree with latest Linus GIT tree inc.. - Dear David and Forks: I am a developer of Blackfin uClinux (blackfin.uclinux.org). After git clone the latest Linus GI...

Can't update from Linus' tree - Hi all, I can't update from Linus' tree today. Is anyone else having the same problem as I did? Recovering from a..

Git tree for old kernels from before the current tree - Continuing on with kernel archeology for embedded systems, any interest in making a git tree with all of the kernel..

please pull from the trivial tree - Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial.git This tree contains the..

-mm tree and git - Hello Andrew, community, I am not really aware how your -mm tree cooperates with git so I have questions. Actually I...

please pull from the trivial tree - Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial.git This tree contains the..
       Soft32 Home -> Linux -> Kernel All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Categories:
 Windows
  Linux
 Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]