xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Daniel Stodden <daniel.stodden@citrix.com>
To: Xen <xen-devel@lists.xensource.com>
Cc: jeremy@goop.org, Ian.Campbell@citrix.com,
	Daniel Stodden <daniel.stodden@citrix.com>
Subject: [PATCH] kernel: Fix pvops build on 2.6.38.
Date: Thu,  3 Mar 2011 12:52:55 -0800	[thread overview]
Message-ID: <1299185575-17375-2-git-send-email-daniel.stodden@citrix.com> (raw)
In-Reply-To: <1299185575-17375-1-git-send-email-daniel.stodden@citrix.com>

---
 arch/x86/xen/time.c  |    2 +-
 drivers/xen/events.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/x86/xen/time.c b/arch/x86/xen/time.c
index 2e2d370..1f48076 100644
--- a/arch/x86/xen/time.c
+++ b/arch/x86/xen/time.c
@@ -399,7 +399,7 @@ void xen_setup_timer(int cpu)
 	irq = bind_virq_to_irqhandler(VIRQ_TIMER, cpu, xen_timer_interrupt,
 				      IRQF_DISABLED|IRQF_PERCPU|
 				      IRQF_NOBALANCING|IRQF_TIMER|
-				      IRQF_FORCE_RESUME,
+				      IRQF_NO_SUSPEND,
 				      name, NULL);
 
 	evt = &per_cpu(xen_clock_events, cpu);
diff --git a/drivers/xen/events.c b/drivers/xen/events.c
index 916d9a8..d4251ad 100644
--- a/drivers/xen/events.c
+++ b/drivers/xen/events.c
@@ -1026,7 +1026,7 @@ int bind_ipi_to_irqhandler(enum ipi_vector ipi,
 	if (irq < 0)
 		return irq;
 
-	irqflags |= IRQF_NO_SUSPEND | IRQF_FORCE_RESUME;
+	irqflags |= IRQF_NO_SUSPEND;
 	retval = request_irq(irq, handler, irqflags, devname, dev_id);
 	if (retval != 0) {
 		unbind_from_irq(irq);
-- 
1.7.0.4

  reply	other threads:[~2011-03-03 20:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-03 20:52 trouble building 2.6.38: 'IRQF_FORCE_RESUME' undeclared Daniel Stodden
2011-03-03 20:52 ` Daniel Stodden [this message]
2011-03-04 10:19   ` [PATCH] kernel: Fix pvops build on 2.6.38 Ian Campbell
2011-03-03 21:03 ` trouble building 2.6.38: 'IRQF_FORCE_RESUME' undeclared Konrad Rzeszutek Wilk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1299185575-17375-2-git-send-email-daniel.stodden@citrix.com \
    --to=daniel.stodden@citrix.com \
    --cc=Ian.Campbell@citrix.com \
    --cc=jeremy@goop.org \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).