All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xen: Remove hanging references to CONFIG_XEN_PLATFORM_PCI
@ 2011-10-19 22:05 Daniel De Graaf
  2011-10-20 10:28 ` Stefano Stabellini
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel De Graaf @ 2011-10-19 22:05 UTC (permalink / raw)
  To: konrad.wilk; +Cc: Daniel De Graaf, xen-devel, stefano.stabellini

In 5fbdc10395cd500d6ff844825a918c4e6f38de37 the XEN_PLATFORM_PCI config
option was removed, but references in header files remained. Clean up
those references.

Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov>
---
 include/xen/platform_pci.h |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/include/xen/platform_pci.h b/include/xen/platform_pci.h
index a785a3b..438c256 100644
--- a/include/xen/platform_pci.h
+++ b/include/xen/platform_pci.h
@@ -29,8 +29,7 @@
 static inline int xen_must_unplug_nics(void) {
 #if (defined(CONFIG_XEN_NETDEV_FRONTEND) || \
 		defined(CONFIG_XEN_NETDEV_FRONTEND_MODULE)) && \
-		(defined(CONFIG_XEN_PLATFORM_PCI) || \
-		 defined(CONFIG_XEN_PLATFORM_PCI_MODULE))
+		defined(CONFIG_XEN_PVHVM)
         return 1;
 #else
         return 0;
@@ -40,8 +39,7 @@ static inline int xen_must_unplug_nics(void) {
 static inline int xen_must_unplug_disks(void) {
 #if (defined(CONFIG_XEN_BLKDEV_FRONTEND) || \
 		defined(CONFIG_XEN_BLKDEV_FRONTEND_MODULE)) && \
-		(defined(CONFIG_XEN_PLATFORM_PCI) || \
-		 defined(CONFIG_XEN_PLATFORM_PCI_MODULE))
+		defined(CONFIG_XEN_PVHVM)
         return 1;
 #else
         return 0;
-- 
1.7.6.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-11-08 17:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-19 22:05 [PATCH] xen: Remove hanging references to CONFIG_XEN_PLATFORM_PCI Daniel De Graaf
2011-10-20 10:28 ` Stefano Stabellini
2011-11-08 16:53   ` Daniel De Graaf
2011-11-08 17:04     ` Konrad Rzeszutek Wilk

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.