From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Stodden Subject: trouble building 2.6.38: 'IRQF_FORCE_RESUME' undeclared Date: Thu, 3 Mar 2011 12:52:54 -0800 Message-ID: <1299185575-17375-1-git-send-email-daniel.stodden@citrix.com> Return-path: 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 Cc: jeremy@goop.org, Ian.Campbell@citrix.com List-Id: xen-devel@lists.xenproject.org Iirc I derived this from a prior commit from either Ian or Jeremy. Didn't really check it out, so there's very likely a more correct fix than what's attached here. /local/exp/dns/scratch/xenbits/xen-unstable.hg/linux-2.6-pvops.git/arch/x86/xen/time.c: In function 'xen_setup_timer': /local/exp/dns/scratch/xenbits/xen-unstable.hg/linux-2.6-pvops.git/arch/x86/xen/time.c:402: error: 'IRQF_FORCE_RESUME' undeclared (first use in this function) /local/exp/dns/scratch/xenbits/xen-unstable.hg/linux-2.6-pvops.git/arch/x86/xen/time.c:402: error: (Each undeclared identifier is reported only once /local/exp/dns/scratch/xenbits/xen-unstable.hg/linux-2.6-pvops.git/arch/x86/xen/time.c:402: error: for each function it appears in.) This reproducible? Thanks, Daniel