From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rafal Wojtczuk Subject: tip of jeremy/xen.git xen/next-2.6.38 fails to compile Date: Thu, 24 Feb 2011 13:00:56 +0100 Message-ID: <20110224120056.GC2221@email> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hello, it looks like some patches are missing in the current xen/next-2.6.38. E.g. IRQF_FORCE_RESUME is used but not defined. CC arch/x86/xen/time.o arch/x86/xen/time.c: In function \342xen_setup_timer\342: arch/x86/xen/time.c:402: error: \342IRQF_FORCE_RESUME\342 undeclared (first use in this function) arch/x86/xen/time.c:402: error: (Each undeclared identifier is reported only once arch/x86/xen/time.c:402: error: for each function it appears in.) make[2]: *** [arch/x86/xen/time.o] Error 1 make[1]: *** [arch/x86/xen] Error 2 make: *** [arch/x86] Error 2 [root@f13q45 next-2.6.38]# git branch * xen/next-2.6.38 xen/stable-2.6.32.x [root@f13q45 next-2.6.38]# git log|head commit 54570beb7193bd2dd5fa5637486d8a2061028e48 Merge: 1800711 7ce69d6 Author: Jeremy Fitzhardinge Date: Thu Feb 10 14:24:15 2011 -0800 Merge remote-tracking branch 'konrad-xen/stable/irq.rework' into xen/next-2.6.38 * konrad-xen/stable/irq.rework: xen: Use IRQF_FORCE_RESUME xen/timer: Missing IRQF_NO_SUSPEND in timer code broke suspend. RW