From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: xen-devel@lists.xensource.com, Jeremy Fitzhardinge <jeremy@goop.org>
Subject: [PATCH] compile error when CONFIG_XEN_DOM0=n && CONFIG_XEN=y
Date: Tue, 27 Jul 2010 14:01:38 -0400 [thread overview]
Message-ID: <20100727180138.GA15402@phenom.dumpdata.com> (raw)
This fixes the mentioned compile error.
Please push it in xen/stable-2.6.32.x
diff --git a/arch/x86/include/asm/xen/pci.h b/arch/x86/include/asm/xen/pci.h
index 6683196..6f90399 100644
--- a/arch/x86/include/asm/xen/pci.h
+++ b/arch/x86/include/asm/xen/pci.h
@@ -4,7 +4,6 @@
#if defined(CONFIG_PCI_MSI)
#if defined(CONFIG_PCI_XEN)
int xen_register_pirq(u32 gsi, int triggering);
-int xen_register_gsi(u32 gsi, int triggering, int polarity);
int xen_create_msi_irq(struct pci_dev *dev,
struct msi_desc *msidesc,
int type);
next reply other threads:[~2010-07-27 18:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-27 18:01 Konrad Rzeszutek Wilk [this message]
2010-07-28 6:29 ` [PATCH] compile error when CONFIG_XEN_DOM0=n && CONFIG_XEN=y Jeremy Fitzhardinge
2010-07-28 13:23 ` 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=20100727180138.GA15402@phenom.dumpdata.com \
--to=konrad.wilk@oracle.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 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.