All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Williamson <alex.williamson@hp.com>
To: Christian.Limpach@xensource.com
Cc: xen-devel <xen-devel@lists.xensource.com>
Subject: [PATCH] make resend_irq_on_evtchn() non-static
Date: Mon, 22 Jan 2007 13:32:15 -0700	[thread overview]
Message-ID: <1169497935.5469.67.camel@bling> (raw)


   We still have a need to call resend_irq_on_evtchn() directly on ia64.
This patch changes it back to non-static.  Thanks,

	Alex

Signed-off-by: Alex Williamson <alex.williamson@hp.com>
---

diff -r 1c0ca58e8c16 linux-2.6-xen-sparse/drivers/xen/core/evtchn.c
--- a/linux-2.6-xen-sparse/drivers/xen/core/evtchn.c	Mon Jan 22 13:38:04 2007 +0000
+++ b/linux-2.6-xen-sparse/drivers/xen/core/evtchn.c	Mon Jan 22 12:07:02 2007 -0700
@@ -60,7 +60,7 @@ static int evtchn_to_irq[NR_EVENT_CHANNE
 /* Packed IRQ information: binding type, sub-type index, and event channel. */
 static u32 irq_info[NR_IRQS];
 
-static int resend_irq_on_evtchn(unsigned int);
+int resend_irq_on_evtchn(unsigned int);
 
 /* Binding types. */
 enum {
@@ -824,7 +824,7 @@ int irq_ignore_unhandled(unsigned int ir
 	return !!(irq_status.flags & XENIRQSTAT_shared);
 }
 
-static int resend_irq_on_evtchn(unsigned int i)
+int resend_irq_on_evtchn(unsigned int i)
 {
 	int evtchn = evtchn_from_irq(i);
 	shared_info_t *s = HYPERVISOR_shared_info;

             reply	other threads:[~2007-01-22 20:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-22 20:32 Alex Williamson [this message]
2007-01-23 15:18 ` [PATCH] make resend_irq_on_evtchn() non-static Keir Fraser
2007-01-23 15:35   ` Alex Williamson

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=1169497935.5469.67.camel@bling \
    --to=alex.williamson@hp.com \
    --cc=Christian.Limpach@xensource.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.