From 00101c8b687f80c1018bd87f3d78c480d982e0a6 Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Tue, 12 Jul 2011 15:29:48 -0400 Subject: [PATCH] --- yaml --- r: 255281 b: refs/heads/master c: 778999703db6d875c22e1a8d02c8296ad4648958 h: refs/heads/master i: 255279: 45f8dcb445a7dd6833a226b97430755a39616789 v: v3 --- [refs] | 2 +- trunk/drivers/xen/Kconfig | 9 --------- trunk/drivers/xen/xen-pciback/Makefile | 4 ---- 3 files changed, 1 insertion(+), 14 deletions(-) diff --git a/[refs] b/[refs] index 42b437ec370d..8000e3314e63 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a92336a1176b2119eaa990a1e8bf3109665fdbc6 +refs/heads/master: 778999703db6d875c22e1a8d02c8296ad4648958 diff --git a/trunk/drivers/xen/Kconfig b/trunk/drivers/xen/Kconfig index 8af0792dfd67..0b6989f92041 100644 --- a/trunk/drivers/xen/Kconfig +++ b/trunk/drivers/xen/Kconfig @@ -139,13 +139,4 @@ config XEN_PCIDEV_BACKEND_PASS endchoice -config XEN_PCIDEV_BE_DEBUG - bool "Xen PCI Backend Debugging" - depends on XEN_PCIDEV_BACKEND - default n - help - Allows to observe all of the traffic from the frontend/backend - when reading and writting to the configuration registers. - If in doubt, say no. - endmenu diff --git a/trunk/drivers/xen/xen-pciback/Makefile b/trunk/drivers/xen/xen-pciback/Makefile index e79c518afc9a..290396766f07 100644 --- a/trunk/drivers/xen/xen-pciback/Makefile +++ b/trunk/drivers/xen/xen-pciback/Makefile @@ -6,7 +6,3 @@ xen-pciback-y += conf_space.o conf_space_header.o \ conf_space_quirks.o xen-pciback-$(CONFIG_XEN_PCIDEV_BACKEND_VPCI) += vpci.o xen-pciback-$(CONFIG_XEN_PCIDEV_BACKEND_PASS) += passthrough.o - -ifeq ($(CONFIG_XEN_PCIDEV_BE_DEBUG),y) -EXTRA_CFLAGS += -DDEBUG -endif